Mount Fuji Engine  0.8b
Data Fields
MFStreamCallbacks Struct Reference

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...
 

Detailed Description

Callbacks used to access the audio stream.


The documentation for this struct was generated from the following file: