derelict.alure.alure

Undocumented in source.

Public Imports

derelict.openal.al
public import derelict.openal.al;

Members

Aliases

alureCreateStreamFromCallback_callback
alias alureCreateStreamFromCallback_callback = ALuint function(void*, ALubyte*, ALuint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alureInstallDecodeCallbacks_close
alias alureInstallDecodeCallbacks_close = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alureInstallDecodeCallbacks_decode
alias alureInstallDecodeCallbacks_decode = ALuint function(void*, ALubyte*, ALuint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alureInstallDecodeCallbacks_get_format
alias alureInstallDecodeCallbacks_get_format = ALboolean function(void*, ALenum*, ALuint*, ALuint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alureInstallDecodeCallbacks_open_file
alias alureInstallDecodeCallbacks_open_file = void* function(ALchar*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alureInstallDecodeCallbacks_open_memory
alias alureInstallDecodeCallbacks_open_memory = void* function(ALubyte*, ALuint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alureInstallDecodeCallbacks_rewind
alias alureInstallDecodeCallbacks_rewind = ALboolean function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alureInt64
alias alureInt64 = long
Undocumented in source.
alurePlaySourceStream_eos_callback
alias alurePlaySourceStream_eos_callback = void function(void*, ALuint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alurePlaySource_callback
alias alurePlaySource_callback = void function(void*, ALuint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alureSetIOCallbacks_close_callback
alias alureSetIOCallbacks_close_callback = void function(char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alureSetIOCallbacks_open_callback
alias alureSetIOCallbacks_open_callback = void* function(char*, ALuint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alureSetIOCallbacks_read_callback
alias alureSetIOCallbacks_read_callback = ALsizei function(void*, ALubyte*, ALuint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alureSetIOCallbacks_seek_callback
alias alureSetIOCallbacks_seek_callback = alureInt64 function(void*, alureInt64, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alureSetIOCallbacks_write_callback
alias alureSetIOCallbacks_write_callback = ALsizei function(void*, ALubyte*, ALuint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureBufferDataFromFile
alias da_alureBufferDataFromFile = ALboolean function(ALchar*, ALuint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureBufferDataFromMemory
alias da_alureBufferDataFromMemory = ALboolean function(ALubyte*, ALsizei, ALuint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureBufferDataFromStream
alias da_alureBufferDataFromStream = ALsizei function(alureStream*, ALsizei, ALuint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureCreateBufferFromFile
alias da_alureCreateBufferFromFile = ALuint function(ALchar*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureCreateBufferFromMemory
alias da_alureCreateBufferFromMemory = ALuint function(ALubyte*, ALsizei)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureCreateStreamFromCallback
alias da_alureCreateStreamFromCallback = alureStream* function(alureCreateStreamFromCallback_callback, void*, ALenum, ALuint, ALsizei, ALsizei, ALuint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureCreateStreamFromFile
alias da_alureCreateStreamFromFile = alureStream* function(ALchar*, ALsizei, ALsizei, ALuint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureCreateStreamFromMemory
alias da_alureCreateStreamFromMemory = alureStream* function(ALubyte*, ALuint, ALsizei, ALsizei, ALuint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureCreateStreamFromStaticMemory
alias da_alureCreateStreamFromStaticMemory = alureStream* function(ALubyte*, ALuint, ALsizei, ALsizei, ALuint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureDestroyStream
alias da_alureDestroyStream = ALboolean function(alureStream*, ALsizei, ALuint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureFreeDeviceNames
alias da_alureFreeDeviceNames = void function(ALCchar**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureGetDeviceNames
alias da_alureGetDeviceNames = ALCchar** function(ALCboolean all, ALCsizei*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureGetErrorString
alias da_alureGetErrorString = ALchar* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureGetProcAddress
alias da_alureGetProcAddress = void* function(ALchar*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureGetSampleFormat
alias da_alureGetSampleFormat = ALenum function(ALuint, ALuint, ALuint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureGetStreamFrequency
alias da_alureGetStreamFrequency = ALsizei function(alureStream*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureGetStreamLength
alias da_alureGetStreamLength = alureInt64 function(alureStream*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureGetVersion
alias da_alureGetVersion = void function(ALuint*, ALuint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureInitDevice
alias da_alureInitDevice = ALCboolean function(ALCchar*, ALCint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureInstallDecodeCallbacks
alias da_alureInstallDecodeCallbacks = ALboolean function(ALint, alureInstallDecodeCallbacks_open_file, alureInstallDecodeCallbacks_open_memory, alureInstallDecodeCallbacks_get_format, alureInstallDecodeCallbacks_decode, alureInstallDecodeCallbacks_rewind, alureInstallDecodeCallbacks_close)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alurePauseSource
alias da_alurePauseSource = ALboolean function(ALuint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alurePlaySource
alias da_alurePlaySource = ALboolean function(ALuint, alurePlaySource_callback, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alurePlaySourceStream
alias da_alurePlaySourceStream = ALboolean function(ALuint, alureStream*, ALsizei, ALsizei, alurePlaySourceStream_eos_callback, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureResumeSource
alias da_alureResumeSource = ALboolean function(ALuint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureRewindStream
alias da_alureRewindStream = ALboolean function(alureStream*, ALsizei)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureSetIOCallbacks
alias da_alureSetIOCallbacks = ALboolean function(alureSetIOCallbacks_open_callback, alureSetIOCallbacks_close_callback, alureSetIOCallbacks_read_callback, alureSetIOCallbacks_write_callback, alureSetIOCallbacks_seek_callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureSetStreamOrder
alias da_alureSetStreamOrder = ALboolean function(alureStream*, ALuint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureSetStreamPatchset
alias da_alureSetStreamPatchset = ALboolean function(alureStream*, ALchar*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureShutdownDevice
alias da_alureShutdownDevice = ALCboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureSleep
alias da_alureSleep = ALboolean function(ALfloat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureStopSource
alias da_alureStopSource = ALboolean function(ALuint, ALboolean)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureStreamSizeIsMicroSec
alias da_alureStreamSizeIsMicroSec = ALboolean function(ALboolean)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureUpdate
alias da_alureUpdate = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_alureUpdateInterval
alias da_alureUpdateInterval = ALboolean function(ALfloat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictALURELoader
class DerelictALURELoader
Undocumented in source.

Manifest constants

ALURE_VERSION_1_2
enum ALURE_VERSION_1_2;
Undocumented in source.

Static variables

DerelictALURE
DerelictALURELoader DerelictALURE;
Undocumented in source.
alureBufferDataFromFile
da_alureBufferDataFromFile alureBufferDataFromFile;
Undocumented in source.
alureBufferDataFromMemory
da_alureBufferDataFromMemory alureBufferDataFromMemory;
Undocumented in source.
alureBufferDataFromStream
da_alureBufferDataFromStream alureBufferDataFromStream;
Undocumented in source.
alureCreateBufferFromFile
da_alureCreateBufferFromFile alureCreateBufferFromFile;
Undocumented in source.
alureCreateBufferFromMemory
da_alureCreateBufferFromMemory alureCreateBufferFromMemory;
Undocumented in source.
alureCreateStreamFromCallback
da_alureCreateStreamFromCallback alureCreateStreamFromCallback;
Undocumented in source.
alureCreateStreamFromFile
da_alureCreateStreamFromFile alureCreateStreamFromFile;
Undocumented in source.
alureCreateStreamFromMemory
da_alureCreateStreamFromMemory alureCreateStreamFromMemory;
Undocumented in source.
alureCreateStreamFromStaticMemory
da_alureCreateStreamFromStaticMemory alureCreateStreamFromStaticMemory;
Undocumented in source.
alureDestroyStream
da_alureDestroyStream alureDestroyStream;
Undocumented in source.
alureFreeDeviceNames
da_alureFreeDeviceNames alureFreeDeviceNames;
Undocumented in source.
alureGetDeviceNames
da_alureGetDeviceNames alureGetDeviceNames;
Undocumented in source.
alureGetErrorString
da_alureGetErrorString alureGetErrorString;
Undocumented in source.
alureGetProcAddress
da_alureGetProcAddress alureGetProcAddress;
Undocumented in source.
alureGetSampleFormat
da_alureGetSampleFormat alureGetSampleFormat;
Undocumented in source.
alureGetStreamFrequency
da_alureGetStreamFrequency alureGetStreamFrequency;
Undocumented in source.
alureGetStreamLength
da_alureGetStreamLength alureGetStreamLength;
Undocumented in source.
alureGetVersion
da_alureGetVersion alureGetVersion;
Undocumented in source.
alureInitDevice
da_alureInitDevice alureInitDevice;
Undocumented in source.
alureInstallDecodeCallbacks
da_alureInstallDecodeCallbacks alureInstallDecodeCallbacks;
Undocumented in source.
alurePauseSource
da_alurePauseSource alurePauseSource;
Undocumented in source.
alurePlaySource
da_alurePlaySource alurePlaySource;
Undocumented in source.
alurePlaySourceStream
da_alurePlaySourceStream alurePlaySourceStream;
Undocumented in source.
alureResumeSource
da_alureResumeSource alureResumeSource;
Undocumented in source.
alureRewindStream
da_alureRewindStream alureRewindStream;
Undocumented in source.
alureSetIOCallbacks
da_alureSetIOCallbacks alureSetIOCallbacks;
Undocumented in source.
alureSetStreamOrder
da_alureSetStreamOrder alureSetStreamOrder;
Undocumented in source.
alureSetStreamPatchset
da_alureSetStreamPatchset alureSetStreamPatchset;
Undocumented in source.
alureShutdownDevice
da_alureShutdownDevice alureShutdownDevice;
Undocumented in source.
alureSleep
da_alureSleep alureSleep;
Undocumented in source.
alureStopSource
da_alureStopSource alureStopSource;
Undocumented in source.
alureStreamSizeIsMicroSec
da_alureStreamSizeIsMicroSec alureStreamSizeIsMicroSec;
Undocumented in source.
alureUpdate
da_alureUpdate alureUpdate;
Undocumented in source.
alureUpdateInterval
da_alureUpdateInterval alureUpdateInterval;
Undocumented in source.

Structs

alureStream
struct alureStream
Undocumented in source.

Meta