typedef enum { MM_STREAM_8BIT_MONO = 0x0, MM_STREAM_8BIT_STEREO = 0x1, MM_STREAM_16BIT_MONO = 0x2, MM_STREAM_16BIT_STEREO = 0x3 } mm_stream_formats;
8-bit single channel output.
16-bit single channel output.
8-bit dual channel output (interleaved data).
16-bit dual channel output (interleaved data).
Formats for software streaming.