Mount Fuji Engine  0.8b
MF_API size_t MFSound_ReadStreamSamples ( MFAudioStream pStream,
void *  pBuffer,
size_t  bytes 
)

Reads raw samples from an audio stream.

Parameters
pStreamPointer to an MFAudioStream.
pBufferPointer to a buffer that will receive the sample data.
bytesnumber of bytes to read from the stream.
Returns
The number of bytes read.