Mount Fuji Engine  0.8b
MF_API void MFSound_RegisterStreamHandler ( const char *  pStreamType,
const char *  pStreamExtension,
MFStreamCallbacks pCallbacks 
)

Registers an audio stream handler.

Parameters
pStreamTypeA name for the type of stream.
pStreamExtensionThe file extension found on this stream format.
pCallbacksPointer to an MFStreamCallbacks structure which defines the stream access callbacks.
Returns
None.