dalmixer

Undocumented in source.

Members

Aliases

dal_ALmixer_AllocateChannels
alias dal_ALmixer_AllocateChannels = ALint function(ALint num_chans)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_AreUpdatesSuspended
alias dal_ALmixer_AreUpdatesSuspended = ALboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_BeginInterruption
alias dal_ALmixer_BeginInterruption = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_CompiledWithThreadBackend
alias dal_ALmixer_CompiledWithThreadBackend = ALboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_CountAllFreeChannels
alias dal_ALmixer_CountAllFreeChannels = ALuint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_CountAllUsedChannels
alias dal_ALmixer_CountAllUsedChannels = ALuint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_CountReservedChannels
alias dal_ALmixer_CountReservedChannels = ALuint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_CountTotalChannels
alias dal_ALmixer_CountTotalChannels = ALuint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_CountUnreservedFreeChannels
alias dal_ALmixer_CountUnreservedFreeChannels = ALuint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_CountUnreservedUsedChannels
alias dal_ALmixer_CountUnreservedUsedChannels = ALuint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_Delay
alias dal_ALmixer_Delay = void function(ALuint milliseconds_delay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_EndInterruption
alias dal_ALmixer_EndInterruption = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_ExpireChannel
alias dal_ALmixer_ExpireChannel = ALint function(ALint which_channel, ALint number_of_milliseconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_ExpireSource
alias dal_ALmixer_ExpireSource = ALint function(ALuint al_source, ALint number_of_milliseconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_FadeChannel
alias dal_ALmixer_FadeChannel = ALint function(ALint which_channel, ALuint fade_ticks, ALfloat volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_FadeInChannel
alias dal_ALmixer_FadeInChannel = ALint function(ALint which_channel, ALmixer_Data* almixer_data, ALint number_of_loops, ALuint fade_ticks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_FadeInChannelTimed
alias dal_ALmixer_FadeInChannelTimed = ALint function(ALint which_channel, ALmixer_Data* almixer_data, ALint number_of_loops, ALuint fade_ticks, ALint expire_ticks)

VolumeAPI Volume and Fading

dal_ALmixer_FadeInSource
alias dal_ALmixer_FadeInSource = ALuint function(ALuint al_source, ALmixer_Data* almixer_data, ALint number_of_loops, ALuint fade_ticks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_FadeInSourceTimed
alias dal_ALmixer_FadeInSourceTimed = ALuint function(ALuint al_source, ALmixer_Data* almixer_data, ALint number_of_loops, ALuint fade_ticks, ALint expire_ticks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_FadeOutChannel
alias dal_ALmixer_FadeOutChannel = ALint function(ALint which_channel, ALuint fade_ticks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_FadeOutSource
alias dal_ALmixer_FadeOutSource = ALint function(ALuint al_source, ALuint fade_ticks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_FadeSource
alias dal_ALmixer_FadeSource = ALint function(ALuint al_source, ALuint fade_ticks, ALfloat volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_FindFreeChannel
alias dal_ALmixer_FindFreeChannel = ALint function(ALint start_channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_FreeData
alias dal_ALmixer_FreeData = void function(ALmixer_Data* functionalmixer_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_GetChannel
alias dal_ALmixer_GetChannel = ALint function(ALuint al_source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_GetError
alias dal_ALmixer_GetError = char* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_GetFrequency
alias dal_ALmixer_GetFrequency = ALuint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_GetLinkedVersion
alias dal_ALmixer_GetLinkedVersion = ALmixer_version* function()

CoreOperation Initialization, Tear-down, and Core Operational Commands

dal_ALmixer_GetMasterVolume
alias dal_ALmixer_GetMasterVolume = ALfloat function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_GetMaxVolumeChannel
alias dal_ALmixer_GetMaxVolumeChannel = ALfloat function(ALint which_channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_GetMaxVolumeSource
alias dal_ALmixer_GetMaxVolumeSource = ALfloat function(ALuint al_source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_GetMinVolumeChannel
alias dal_ALmixer_GetMinVolumeChannel = ALfloat function(ALint which_channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_GetMinVolumeSource
alias dal_ALmixer_GetMinVolumeSource = ALfloat function(ALuint al_source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_GetSource
alias dal_ALmixer_GetSource = ALuint function(ALint which_channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_GetTicks
alias dal_ALmixer_GetTicks = ALuint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_GetTotalTime
alias dal_ALmixer_GetTotalTime = ALint function(ALmixer_Data* almixer_data)

PlayAPI Functions useful for playback.

dal_ALmixer_GetVolumeChannel
alias dal_ALmixer_GetVolumeChannel = ALfloat function(ALint which_channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_GetVolumeSource
alias dal_ALmixer_GetVolumeSource = ALfloat function(ALuint al_source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_HaltChannel
alias dal_ALmixer_HaltChannel = ALint function(ALint which_channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_HaltSource
alias dal_ALmixer_HaltSource = ALint function(ALuint al_source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_Init
alias dal_ALmixer_Init = ALboolean function(ALuint playback_frequency, ALuint num_sources, ALuint refresh_rate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_InitContext
alias dal_ALmixer_InitContext = ALboolean function(ALuint playback_frequency, ALuint refresh_rate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_InitMixer
alias dal_ALmixer_InitMixer = ALboolean function(ALuint num_sources)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_IsActiveSource
alias dal_ALmixer_IsActiveSource = ALint function(ALuint al_source)

QueryAPI Query APIs

dal_ALmixer_IsInInterruption
alias dal_ALmixer_IsInInterruption = ALboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_IsInitialized
alias dal_ALmixer_IsInitialized = ALboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_IsPausedChannel
alias dal_ALmixer_IsPausedChannel = ALint function(ALint which_channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_IsPausedSource
alias dal_ALmixer_IsPausedSource = ALint function(ALuint al_source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_IsPlayingChannel
alias dal_ALmixer_IsPlayingChannel = ALint function(ALint which_channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_IsPlayingSource
alias dal_ALmixer_IsPlayingSource = ALint function(ALuint al_source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_IsPlayingStateSuspended
alias dal_ALmixer_IsPlayingStateSuspended = ALboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_IsPredecoded
alias dal_ALmixer_IsPredecoded = ALboolean function(ALmixer_Data* functionalmixer_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_LoadAll
alias dal_ALmixer_LoadAll = ALmixer_Data* function(const char* file_name, ALuint access_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_LoadAll_RAW
alias dal_ALmixer_LoadAll_RAW = ALmixer_Data* function(const char* file_name, ALmixer_AudioInfo* desired_format, ALuint access_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_LoadAll_RAW_RW
alias dal_ALmixer_LoadAll_RAW_RW = ALmixer_Data* function(ALmixer_RWops* rw_ops, const char* file_ext, ALmixer_AudioInfo* desired_format, ALuint access_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_LoadAll_RW
alias dal_ALmixer_LoadAll_RW = ALmixer_Data* function(ALmixer_RWops* rw_ops, const char* file_ext, ALuint access_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_LoadSample
alias dal_ALmixer_LoadSample = ALmixer_Data* function(const char* file_name, ALuint buffer_size, ALboolean decode_mode_is_predecoded, ALuint max_queue_buffers, ALuint num_startup_buffers, ALuint suggested_number_of_buffers_to_queue_per_update_pass, ALuint access_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_LoadSample_RAW
alias dal_ALmixer_LoadSample_RAW = ALmixer_Data* function(const char* file_name, ALmixer_AudioInfo* desired_format, ALuint buffer_size, ALboolean decode_mode_is_predecoded, ALuint max_queue_buffers, ALuint num_startup_buffers, ALuint suggested_number_of_buffers_to_queue_per_update_pass, ALuint access_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_LoadSample_RAW_RW
alias dal_ALmixer_LoadSample_RAW_RW = ALmixer_Data* function(ALmixer_RWops* rw_ops, const char* file_ext, ALmixer_AudioInfo* desired_format, ALuint buffer_size, ALboolean decode_mode_is_predecoded, ALuint max_queue_buffers, ALuint num_startup_buffers, ALuint suggested_number_of_buffers_to_queue_per_update_pass, ALuint access_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_LoadSample_RW
alias dal_ALmixer_LoadSample_RW = ALmixer_Data* function(ALmixer_RWops* rw_ops, const char* file_ext, ALuint buffer_size, ALboolean decode_mode_is_predecoded, ALuint max_queue_buffers, ALuint num_startup_buffers, ALuint suggested_number_of_buffers_to_queue_per_update_pass, ALuint access_data)

LoadAPI Load Audio Functions

dal_ALmixer_LoadStream
alias dal_ALmixer_LoadStream = ALmixer_Data* function(const char* file_name, ALuint buffer_size, ALuint max_queue_buffers, ALuint num_startup_buffers, ALuint suggested_number_of_buffers_to_queue_per_update_pass, ALuint access_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_LoadStream_RAW
alias dal_ALmixer_LoadStream_RAW = ALmixer_Data* function(const char* file_name, ALmixer_AudioInfo* desired_format, ALuint buffer_size, ALuint max_queue_buffers, ALuint num_startup_buffers, ALuint suggested_number_of_buffers_to_queue_per_update_pass, ALuint access_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_LoadStream_RAW_RW
alias dal_ALmixer_LoadStream_RAW_RW = ALmixer_Data* function(ALmixer_RWops* rw_ops, const char* file_ext, ALmixer_AudioInfo* desired_format, ALuint buffer_size, ALuint max_queue_buffers, ALuint num_startup_buffers, ALuint suggested_number_of_buffers_to_queue_per_update_pass, ALuint access_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_LoadStream_RW
alias dal_ALmixer_LoadStream_RW = ALmixer_Data* function(ALmixer_RWops* rw_ops, const char* file_ext, ALuint buffer_size, ALuint max_queue_buffers, ALuint num_startup_buffers, ALuint suggested_number_of_buffers_to_queue_per_update_pass, ALuint access_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_OutputDecoders
alias dal_ALmixer_OutputDecoders = void function()

DebugAPI Debug APIs

dal_ALmixer_OutputOpenALInfo
alias dal_ALmixer_OutputOpenALInfo = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_PauseChannel
alias dal_ALmixer_PauseChannel = ALint function(ALint which_channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_PauseSource
alias dal_ALmixer_PauseSource = ALint function(ALuint al_source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_PlayChannel
alias dal_ALmixer_PlayChannel = ALint function(ALint which_channel, ALmixer_Data* almixer_data, ALint number_of_loops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_PlayChannelTimed
alias dal_ALmixer_PlayChannelTimed = ALint function(ALint which_channel, ALmixer_Data* almixer_data, ALint number_of_loops, ALint number_of_milliseconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_PlaySource
alias dal_ALmixer_PlaySource = ALuint function(ALuint al_source, ALmixer_Data* almixer_data, ALint number_of_loops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_PlaySourceTimed
alias dal_ALmixer_PlaySourceTimed = ALuint function(ALuint al_source, ALmixer_Data* almixer_data, ALint number_of_loops, ALint number_of_milliseconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_Quit
alias dal_ALmixer_Quit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_QuitWithoutFreeData
alias dal_ALmixer_QuitWithoutFreeData = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_ReserveChannels
alias dal_ALmixer_ReserveChannels = ALint function(ALint number_of_reserve_channels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_ResumeChannel
alias dal_ALmixer_ResumeChannel = ALint function(ALint which_channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_ResumePlayingState
alias dal_ALmixer_ResumePlayingState = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_ResumeSource
alias dal_ALmixer_ResumeSource = ALint function(ALuint al_source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_ResumeUpdates
alias dal_ALmixer_ResumeUpdates = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_RewindChannel
alias dal_ALmixer_RewindChannel = ALint function(ALint which_channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_RewindData
alias dal_ALmixer_RewindData = ALboolean function(ALmixer_Data* almixer_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_RewindSource
alias dal_ALmixer_RewindSource = ALint function(ALuint al_source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_SeekChannel
alias dal_ALmixer_SeekChannel = ALint function(ALint which_channel, ALuint msec_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_SeekData
alias dal_ALmixer_SeekData = ALboolean function(ALmixer_Data* almixer_data, ALuint msec_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_SeekSource
alias dal_ALmixer_SeekSource = ALint function(ALuint al_source, ALuint msec_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_SetError
alias dal_ALmixer_SetError = void function(const char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_SetMasterVolume
alias dal_ALmixer_SetMasterVolume = ALboolean function(ALfloat new_volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_SetMaxVolumeChannel
alias dal_ALmixer_SetMaxVolumeChannel = ALboolean function(ALint which_channel, ALfloat volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_SetMaxVolumeSource
alias dal_ALmixer_SetMaxVolumeSource = ALboolean function(ALuint al_source, ALfloat volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_SetMinVolumeChannel
alias dal_ALmixer_SetMinVolumeChannel = ALboolean function(ALint which_channel, ALfloat volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_SetMinVolumeSource
alias dal_ALmixer_SetMinVolumeSource = ALboolean function(ALuint al_source, ALfloat volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_SetPlaybackDataCallback
alias dal_ALmixer_SetPlaybackDataCallback = void function(void function(ALint which_channel, ALuint al_source, ALbyte* pcm_data, ALuint num_bytes, ALuint frequency, ALubyte num_channels_in_sample, ALubyte bit_depth, ALboolean is_unsigned, ALboolean decode_mode_is_predecoded, ALuint length_in_msec, void* user_data), void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_SetPlaybackFinishedCallback
alias dal_ALmixer_SetPlaybackFinishedCallback = void function(void function(ALint which_channel, ALuint al_source, ALmixer_Data* almixer_data, ALboolean finished_naturally, void* user_data) playback_finished_callback, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_SetVolumeChannel
alias dal_ALmixer_SetVolumeChannel = ALboolean function(ALint which_channel, ALfloat volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_SetVolumeSource
alias dal_ALmixer_SetVolumeSource = ALboolean function(ALuint al_source, ALfloat volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_SuspendPlayingState
alias dal_ALmixer_SuspendPlayingState = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_SuspendUpdates
alias dal_ALmixer_SuspendUpdates = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dal_ALmixer_Update
alias dal_ALmixer_Update = ALint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
playback_finished_callback
alias playback_finished_callback = void function(ALint which_channel, ALuint al_source, ALmixer_Data* almixer_data, ALboolean finished_naturally, void* ALmixer_SetPlaybackFinishedCallbackContainer)

CallbackAPI Callbacks

Classes

DerelictDALmixerLoader
class DerelictDALmixerLoader
Undocumented in source.

Enums

ALMIXER_MAJOR_VERSION
anonymousenum ALMIXER_MAJOR_VERSION
Undocumented in source.

Static variables

ALmixer_AllocateChannels
dal_ALmixer_AllocateChannels ALmixer_AllocateChannels;
Undocumented in source.
ALmixer_AreUpdatesSuspended
dal_ALmixer_AreUpdatesSuspended ALmixer_AreUpdatesSuspended;
Undocumented in source.
ALmixer_BeginInterruption
dal_ALmixer_BeginInterruption ALmixer_BeginInterruption;
Undocumented in source.
ALmixer_CompiledWithThreadBackend
dal_ALmixer_CompiledWithThreadBackend ALmixer_CompiledWithThreadBackend;
Undocumented in source.
ALmixer_CountAllFreeChannels
dal_ALmixer_CountAllFreeChannels ALmixer_CountAllFreeChannels;
Undocumented in source.
ALmixer_CountAllUsedChannels
dal_ALmixer_CountAllUsedChannels ALmixer_CountAllUsedChannels;
Undocumented in source.
ALmixer_CountReservedChannels
dal_ALmixer_CountReservedChannels ALmixer_CountReservedChannels;
Undocumented in source.
ALmixer_CountTotalChannels
dal_ALmixer_CountTotalChannels ALmixer_CountTotalChannels;
Undocumented in source.
ALmixer_CountUnreservedFreeChannels
dal_ALmixer_CountUnreservedFreeChannels ALmixer_CountUnreservedFreeChannels;
Undocumented in source.
ALmixer_CountUnreservedUsedChannels
dal_ALmixer_CountUnreservedUsedChannels ALmixer_CountUnreservedUsedChannels;
Undocumented in source.
ALmixer_Delay
dal_ALmixer_Delay ALmixer_Delay;
Undocumented in source.
ALmixer_EndInterruption
dal_ALmixer_EndInterruption ALmixer_EndInterruption;
Undocumented in source.
ALmixer_ExpireChannel
dal_ALmixer_ExpireChannel ALmixer_ExpireChannel;
Undocumented in source.
ALmixer_ExpireSource
dal_ALmixer_ExpireSource ALmixer_ExpireSource;
Undocumented in source.
ALmixer_FadeChannel
dal_ALmixer_FadeChannel ALmixer_FadeChannel;
Undocumented in source.
ALmixer_FadeInChannel
dal_ALmixer_FadeInChannel ALmixer_FadeInChannel;
Undocumented in source.
ALmixer_FadeInChannelTimed
dal_ALmixer_FadeInChannelTimed ALmixer_FadeInChannelTimed;

VolumeAPI Volume and Fading

ALmixer_FadeInSource
dal_ALmixer_FadeInSource ALmixer_FadeInSource;
Undocumented in source.
ALmixer_FadeInSourceTimed
dal_ALmixer_FadeInSourceTimed ALmixer_FadeInSourceTimed;
Undocumented in source.
ALmixer_FadeOutChannel
dal_ALmixer_FadeOutChannel ALmixer_FadeOutChannel;
Undocumented in source.
ALmixer_FadeOutSource
dal_ALmixer_FadeOutSource ALmixer_FadeOutSource;
Undocumented in source.
ALmixer_FadeSource
dal_ALmixer_FadeSource ALmixer_FadeSource;
Undocumented in source.
ALmixer_FindFreeChannel
dal_ALmixer_FindFreeChannel ALmixer_FindFreeChannel;
Undocumented in source.
ALmixer_FreeData
dal_ALmixer_FreeData ALmixer_FreeData;
Undocumented in source.
ALmixer_GetChannel
dal_ALmixer_GetChannel ALmixer_GetChannel;
Undocumented in source.
ALmixer_GetError
dal_ALmixer_GetError ALmixer_GetError;
Undocumented in source.
ALmixer_GetFrequency
dal_ALmixer_GetFrequency ALmixer_GetFrequency;
Undocumented in source.
ALmixer_GetLinkedVersion
dal_ALmixer_GetLinkedVersion ALmixer_GetLinkedVersion;

CoreOperation Initialization, Tear-down, and Core Operational Commands

ALmixer_GetMasterVolume
dal_ALmixer_GetMasterVolume ALmixer_GetMasterVolume;
Undocumented in source.
ALmixer_GetMaxVolumeChannel
dal_ALmixer_GetMaxVolumeChannel ALmixer_GetMaxVolumeChannel;
Undocumented in source.
ALmixer_GetMaxVolumeSource
dal_ALmixer_GetMaxVolumeSource ALmixer_GetMaxVolumeSource;
Undocumented in source.
ALmixer_GetMinVolumeChannel
dal_ALmixer_GetMinVolumeChannel ALmixer_GetMinVolumeChannel;
Undocumented in source.
ALmixer_GetMinVolumeSource
dal_ALmixer_GetMinVolumeSource ALmixer_GetMinVolumeSource;
Undocumented in source.
ALmixer_GetSource
dal_ALmixer_GetSource ALmixer_GetSource;
Undocumented in source.
ALmixer_GetTicks
dal_ALmixer_GetTicks ALmixer_GetTicks;
Undocumented in source.
ALmixer_GetTotalTime
dal_ALmixer_GetTotalTime ALmixer_GetTotalTime;

PlayAPI Functions useful for playback.

ALmixer_GetVolumeChannel
dal_ALmixer_GetVolumeChannel ALmixer_GetVolumeChannel;
Undocumented in source.
ALmixer_GetVolumeSource
dal_ALmixer_GetVolumeSource ALmixer_GetVolumeSource;
Undocumented in source.
ALmixer_HaltChannel
dal_ALmixer_HaltChannel ALmixer_HaltChannel;
Undocumented in source.
ALmixer_HaltSource
dal_ALmixer_HaltSource ALmixer_HaltSource;
Undocumented in source.
ALmixer_Init
dal_ALmixer_Init ALmixer_Init;
Undocumented in source.
ALmixer_InitContext
dal_ALmixer_InitContext ALmixer_InitContext;
Undocumented in source.
ALmixer_InitMixer
dal_ALmixer_InitMixer ALmixer_InitMixer;
Undocumented in source.
ALmixer_IsActiveSource
dal_ALmixer_IsActiveSource ALmixer_IsActiveSource;

QueryAPI Query APIs

ALmixer_IsInInterruption
dal_ALmixer_IsInInterruption ALmixer_IsInInterruption;
Undocumented in source.
ALmixer_IsInitialized
dal_ALmixer_IsInitialized ALmixer_IsInitialized;
Undocumented in source.
ALmixer_IsPausedChannel
dal_ALmixer_IsPausedChannel ALmixer_IsPausedChannel;
Undocumented in source.
ALmixer_IsPausedSource
dal_ALmixer_IsPausedSource ALmixer_IsPausedSource;
Undocumented in source.
ALmixer_IsPlayingChannel
dal_ALmixer_IsPlayingChannel ALmixer_IsPlayingChannel;
Undocumented in source.
ALmixer_IsPlayingSource
dal_ALmixer_IsPlayingSource ALmixer_IsPlayingSource;
Undocumented in source.
ALmixer_IsPlayingStateSuspended
dal_ALmixer_IsPlayingStateSuspended ALmixer_IsPlayingStateSuspended;
Undocumented in source.
ALmixer_IsPredecoded
dal_ALmixer_IsPredecoded ALmixer_IsPredecoded;
Undocumented in source.
ALmixer_LoadAll
dal_ALmixer_LoadAll ALmixer_LoadAll;
Undocumented in source.
ALmixer_LoadAll_RAW
dal_ALmixer_LoadAll_RAW ALmixer_LoadAll_RAW;
Undocumented in source.
ALmixer_LoadAll_RAW_RW
dal_ALmixer_LoadAll_RAW_RW ALmixer_LoadAll_RAW_RW;
Undocumented in source.
ALmixer_LoadAll_RW
dal_ALmixer_LoadAll_RW ALmixer_LoadAll_RW;
Undocumented in source.
ALmixer_LoadSample
dal_ALmixer_LoadSample ALmixer_LoadSample;
Undocumented in source.
ALmixer_LoadSample_RAW
dal_ALmixer_LoadSample_RAW ALmixer_LoadSample_RAW;
Undocumented in source.
ALmixer_LoadSample_RAW_RW
dal_ALmixer_LoadSample_RAW_RW ALmixer_LoadSample_RAW_RW;
Undocumented in source.
ALmixer_LoadSample_RW
dal_ALmixer_LoadSample_RW ALmixer_LoadSample_RW;

LoadAPI Load Audio Functions

ALmixer_LoadStream
dal_ALmixer_LoadStream ALmixer_LoadStream;
Undocumented in source.
ALmixer_LoadStream_RAW
dal_ALmixer_LoadStream_RAW ALmixer_LoadStream_RAW;
Undocumented in source.
ALmixer_LoadStream_RAW_RW
dal_ALmixer_LoadStream_RAW_RW ALmixer_LoadStream_RAW_RW;
Undocumented in source.
ALmixer_LoadStream_RW
dal_ALmixer_LoadStream_RW ALmixer_LoadStream_RW;
Undocumented in source.
ALmixer_OutputDecoders
dal_ALmixer_OutputDecoders ALmixer_OutputDecoders;

DebugAPI Debug APIs

ALmixer_OutputOpenALInfo
dal_ALmixer_OutputOpenALInfo ALmixer_OutputOpenALInfo;
Undocumented in source.
ALmixer_PauseChannel
dal_ALmixer_PauseChannel ALmixer_PauseChannel;
Undocumented in source.
ALmixer_PauseSource
dal_ALmixer_PauseSource ALmixer_PauseSource;
Undocumented in source.
ALmixer_PlayChannel
dal_ALmixer_PlayChannel ALmixer_PlayChannel;
Undocumented in source.
ALmixer_PlayChannelTimed
dal_ALmixer_PlayChannelTimed ALmixer_PlayChannelTimed;
Undocumented in source.
ALmixer_PlaySource
dal_ALmixer_PlaySource ALmixer_PlaySource;
Undocumented in source.
ALmixer_PlaySourceTimed
dal_ALmixer_PlaySourceTimed ALmixer_PlaySourceTimed;
Undocumented in source.
ALmixer_Quit
dal_ALmixer_Quit ALmixer_Quit;
Undocumented in source.
ALmixer_QuitWithoutFreeData
dal_ALmixer_QuitWithoutFreeData ALmixer_QuitWithoutFreeData;
Undocumented in source.
ALmixer_ReserveChannels
dal_ALmixer_ReserveChannels ALmixer_ReserveChannels;
Undocumented in source.
ALmixer_ResumeChannel
dal_ALmixer_ResumeChannel ALmixer_ResumeChannel;
Undocumented in source.
ALmixer_ResumePlayingState
dal_ALmixer_ResumePlayingState ALmixer_ResumePlayingState;
Undocumented in source.
ALmixer_ResumeSource
dal_ALmixer_ResumeSource ALmixer_ResumeSource;
Undocumented in source.
ALmixer_ResumeUpdates
dal_ALmixer_ResumeUpdates ALmixer_ResumeUpdates;
Undocumented in source.
ALmixer_RewindChannel
dal_ALmixer_RewindChannel ALmixer_RewindChannel;
Undocumented in source.
ALmixer_RewindData
dal_ALmixer_RewindData ALmixer_RewindData;
Undocumented in source.
ALmixer_RewindSource
dal_ALmixer_RewindSource ALmixer_RewindSource;
Undocumented in source.
ALmixer_SeekChannel
dal_ALmixer_SeekChannel ALmixer_SeekChannel;
Undocumented in source.
ALmixer_SeekData
dal_ALmixer_SeekData ALmixer_SeekData;
Undocumented in source.
ALmixer_SeekSource
dal_ALmixer_SeekSource ALmixer_SeekSource;
Undocumented in source.
ALmixer_SetError
dal_ALmixer_SetError ALmixer_SetError;
Undocumented in source.
ALmixer_SetMasterVolume
dal_ALmixer_SetMasterVolume ALmixer_SetMasterVolume;
Undocumented in source.
ALmixer_SetMaxVolumeChannel
dal_ALmixer_SetMaxVolumeChannel ALmixer_SetMaxVolumeChannel;
Undocumented in source.
ALmixer_SetMaxVolumeSource
dal_ALmixer_SetMaxVolumeSource ALmixer_SetMaxVolumeSource;
Undocumented in source.
ALmixer_SetMinVolumeChannel
dal_ALmixer_SetMinVolumeChannel ALmixer_SetMinVolumeChannel;
Undocumented in source.
ALmixer_SetMinVolumeSource
dal_ALmixer_SetMinVolumeSource ALmixer_SetMinVolumeSource;
Undocumented in source.
ALmixer_SetPlaybackDataCallback
dal_ALmixer_SetPlaybackDataCallback ALmixer_SetPlaybackDataCallback;
Undocumented in source.
ALmixer_SetPlaybackFinishedCallback
dal_ALmixer_SetPlaybackFinishedCallback ALmixer_SetPlaybackFinishedCallback;

CallbackAPI Callbacks

ALmixer_SetVolumeChannel
dal_ALmixer_SetVolumeChannel ALmixer_SetVolumeChannel;
Undocumented in source.
ALmixer_SetVolumeSource
dal_ALmixer_SetVolumeSource ALmixer_SetVolumeSource;
Undocumented in source.
ALmixer_SuspendPlayingState
dal_ALmixer_SuspendPlayingState ALmixer_SuspendPlayingState;
Undocumented in source.
ALmixer_SuspendUpdates
dal_ALmixer_SuspendUpdates ALmixer_SuspendUpdates;
Undocumented in source.
ALmixer_Update
dal_ALmixer_Update ALmixer_Update;
Undocumented in source.
DALmixer
DerelictDALmixerLoader DALmixer;
Undocumented in source.

Structs

ALmixer_AudioInfo
struct ALmixer_AudioInfo
Undocumented in source.
ALmixer_Data
struct ALmixer_Data
Undocumented in source.
ALmixer_RWops
struct ALmixer_RWops
Undocumented in source.
ALmixer_version
struct ALmixer_version
Undocumented in source.

Meta