DS
mm_stream_formats

Back to Index

Definition

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;

Values

MM_STREAM_8BIT_MONO

8-bit single channel output.

MM_STREAM_16BIT_MONO

16-bit single channel output.

MM_STREAM_8BIT_STEREO

8-bit dual channel output (interleaved data).

MM_STREAM_16BIT_STEREO

16-bit dual channel output (interleaved data).

Description

Formats for software streaming.

See Also

mm_stream, mmStreamOpen