Music

Undocumented in source.

Members

Variables

ctxData
void* ctxData;

Audio context data, depends on type

ctxType
int ctxType;

Type of music context (audio filetype)

frameCount
uint frameCount;

Total number of frames (considering channels)

looping
bool looping;

Music looping enable

stream
AudioStream stream;

Audio stream

Meta