derelict.fmod.codec

Undocumented in source.

Members

Aliases

FMOD_CODEC_CLOSE_CALLBACK
alias FMOD_CODEC_CLOSE_CALLBACK = FMOD_RESULT function(FMOD_CODEC_STATE* codec_state)
Undocumented in source.
FMOD_CODEC_GETLENGTH_CALLBACK
alias FMOD_CODEC_GETLENGTH_CALLBACK = FMOD_RESULT function(FMOD_CODEC_STATE* codec_state, uint* length, FMOD_TIMEUNIT lengthtype)
Undocumented in source.
FMOD_CODEC_GETPOSITION_CALLBACK
alias FMOD_CODEC_GETPOSITION_CALLBACK = FMOD_RESULT function(FMOD_CODEC_STATE* codec_state, uint* position, FMOD_TIMEUNIT postype)
Undocumented in source.
FMOD_CODEC_GETWAVEFORMAT_CALLBACK
alias FMOD_CODEC_GETWAVEFORMAT_CALLBACK = FMOD_RESULT function(FMOD_CODEC_STATE* codec_state, int index, FMOD_CODEC_WAVEFORMAT* waveformat)
Undocumented in source.
FMOD_CODEC_METADATA_CALLBACK
alias FMOD_CODEC_METADATA_CALLBACK = FMOD_RESULT function(FMOD_CODEC_STATE* codec_state, FMOD_TAGTYPE tagtype, char* name, void* data, uint datalen, FMOD_TAGDATATYPE datatype, int unique)
Undocumented in source.
FMOD_CODEC_OPEN_CALLBACK
alias FMOD_CODEC_OPEN_CALLBACK = FMOD_RESULT function(FMOD_CODEC_STATE* codec_state, FMOD_MODE usermode, FMOD_CREATESOUNDEXINFO* userexinfo)
Undocumented in source.
FMOD_CODEC_READ_CALLBACK
alias FMOD_CODEC_READ_CALLBACK = FMOD_RESULT function(FMOD_CODEC_STATE* codec_state, void* buffer, uint samples_in, uint* samples_out)
Undocumented in source.
FMOD_CODEC_SETPOSITION_CALLBACK
alias FMOD_CODEC_SETPOSITION_CALLBACK = FMOD_RESULT function(FMOD_CODEC_STATE* codec_state, int subsound, uint position, FMOD_TIMEUNIT postype)
Undocumented in source.
FMOD_CODEC_SOUNDCREATE_CALLBACK
alias FMOD_CODEC_SOUNDCREATE_CALLBACK = FMOD_RESULT function(FMOD_CODEC_STATE* codec_state, int subsound, FMOD_SOUND* sound)
Undocumented in source.

Static variables

FMOD_CODEC_WAVEFORMAT_VERSION
auto FMOD_CODEC_WAVEFORMAT_VERSION;
Undocumented in source.

Structs

FMOD_CODEC_DESCRIPTION
struct FMOD_CODEC_DESCRIPTION
Undocumented in source.
FMOD_CODEC_STATE
struct FMOD_CODEC_STATE
Undocumented in source.
FMOD_CODEC_WAVEFORMAT
struct FMOD_CODEC_WAVEFORMAT
Undocumented in source.

Meta