derelict.fmod.output

Undocumented in source.

Members

Aliases

FMOD_OUTPUT_ALLOC
alias FMOD_OUTPUT_ALLOC = void* function(uint size, uint align_, const(char)* file, int line)
Undocumented in source.
FMOD_OUTPUT_CLOSEPORT_CALLBACK
alias FMOD_OUTPUT_CLOSEPORT_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output, int portId)
Undocumented in source.
FMOD_OUTPUT_CLOSE_CALLBACK
alias FMOD_OUTPUT_CLOSE_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state)
Undocumented in source.
FMOD_OUTPUT_COPYPORT
alias FMOD_OUTPUT_COPYPORT = FMOD_RESULT function(FMOD_OUTPUT_STATE* output, int portId, void* buffer, uint length)
Undocumented in source.
FMOD_OUTPUT_FREE
alias FMOD_OUTPUT_FREE = void function(void* ptr, const(char)* file, int line)
Undocumented in source.
FMOD_OUTPUT_GETDRIVERINFO_CALLBACK
alias FMOD_OUTPUT_GETDRIVERINFO_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output, int id, char* name, int namelen, FMOD_GUID* guid, int* systemrate, FMOD_SPEAKERMODE* speakermode, int* speakermodechannels)
Undocumented in source.
FMOD_OUTPUT_GETHANDLE_CALLBACK
alias FMOD_OUTPUT_GETHANDLE_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state, void** handle)
Undocumented in source.
FMOD_OUTPUT_GETNUMDRIVERS_CALLBACK
alias FMOD_OUTPUT_GETNUMDRIVERS_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state, int* numdrivers)
Undocumented in source.
FMOD_OUTPUT_GETPOSITION_CALLBACK
alias FMOD_OUTPUT_GETPOSITION_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state, uint* pcm)
Undocumented in source.
FMOD_OUTPUT_INIT_CALLBACK
alias FMOD_OUTPUT_INIT_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state, int selecteddriver, FMOD_INITFLAGS flags, int* outputrate, FMOD_SPEAKERMODE* speakermode, int* speakermodechannels, FMOD_SOUND_FORMAT* outputformat, int dspbufferlength, int dspnumbuffers, void* extradriverdata)
Undocumented in source.
FMOD_OUTPUT_LOCK_CALLBACK
alias FMOD_OUTPUT_LOCK_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state, uint offset, uint length, void** ptr1, void** ptr2, uint* len1, uint* len2)
Undocumented in source.
FMOD_OUTPUT_LOG
alias FMOD_OUTPUT_LOG = void function(FMOD_DEBUG_FLAGS level, const(char)* file, int line, const(char)* function_, const(char)* string, ...)
Undocumented in source.
FMOD_OUTPUT_MIXER_CALLBACK
alias FMOD_OUTPUT_MIXER_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state)
Undocumented in source.
FMOD_OUTPUT_OBJECT3DALLOC_CALLBACK
alias FMOD_OUTPUT_OBJECT3DALLOC_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state, void** object3d)
Undocumented in source.
FMOD_OUTPUT_OBJECT3DFREE_CALLBACK
alias FMOD_OUTPUT_OBJECT3DFREE_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state, void* object3d)
Undocumented in source.
FMOD_OUTPUT_OBJECT3DGETINFO_CALLBACK
alias FMOD_OUTPUT_OBJECT3DGETINFO_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state, int* maxhardwareobjects)
Undocumented in source.
FMOD_OUTPUT_OBJECT3DUPDATE_CALLBACK
alias FMOD_OUTPUT_OBJECT3DUPDATE_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state, void* object3d, const FMOD_OUTPUT_OBJECT3DINFO* info)
Undocumented in source.
FMOD_OUTPUT_OPENPORT_CALLBACK
alias FMOD_OUTPUT_OPENPORT_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output, FMOD_PORT_TYPE portType, FMOD_PORT_INDEX portIndex, int* portId, int* portRate, int* portChannels, FMOD_SOUND_FORMAT* portFormat)
Undocumented in source.
FMOD_OUTPUT_READFROMMIXER
alias FMOD_OUTPUT_READFROMMIXER = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state, void* buffer, uint length)
Undocumented in source.
FMOD_OUTPUT_START_CALLBACK
alias FMOD_OUTPUT_START_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state)
Undocumented in source.
FMOD_OUTPUT_STOP_CALLBACK
alias FMOD_OUTPUT_STOP_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state)
Undocumented in source.
FMOD_OUTPUT_UNLOCK_CALLBACK
alias FMOD_OUTPUT_UNLOCK_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state, void* ptr1, void* ptr2, uint len1, uint len2)
Undocumented in source.
FMOD_OUTPUT_UPDATE_CALLBACK
alias FMOD_OUTPUT_UPDATE_CALLBACK = FMOD_RESULT function(FMOD_OUTPUT_STATE* output_state)
Undocumented in source.

Static variables

FMOD_OUTPUT_PLUGIN_VERSION
auto FMOD_OUTPUT_PLUGIN_VERSION;
Undocumented in source.

Structs

FMOD_OUTPUT_DESCRIPTION
struct FMOD_OUTPUT_DESCRIPTION
Undocumented in source.
FMOD_OUTPUT_OBJECT3DINFO
struct FMOD_OUTPUT_OBJECT3DINFO
Undocumented in source.
FMOD_OUTPUT_STATE
struct FMOD_OUTPUT_STATE
Undocumented in source.

Meta