Mount Fuji Engine  0.8b
MF_API size_t MFSound_SetBufferData ( MFSound pSound,
const void *  pData,
size_t  size 
)

Fills a sound buffer with sample data.

Parameters
pSoundPointer to the sound to lock.
pDataPointer to a buffer containing sample data.
sizeSize in bytes of the buffer pointed to by pData.
Returns
The number of bytes written.