Mount Fuji Engine
0.8b
|
Stream callbacks. More...
Data Fields | |
void(* | pCreateStream )(MFAudioStream *, const char *) |
Create stream callback. More... | |
size_t(* | pGetSamples )(MFAudioStream *, void *, size_t) |
Callback to get samples from the stream. More... | |
void(* | pDestroyStream )(MFAudioStream *) |
Destroy stream callback. More... | |
void(* | pSeekStream )(MFAudioStream *, float) |
Seek stream callbacks. More... | |
float(* | pGetTime )(MFAudioStream *) |
Get the current stream time. More... | |
Callbacks used to access the audio stream.