Windows Media Format SDK banner art
PreviousNext

WMT_STREAM_SELECTION

The WMT_STREAM_SELECTION enumeration type defines a range for the status of a stream.

Syntax

typedef enum WMT_STREAM_SELECTION
{
    WMT_OFF = 0,
    WMT_CLEANPOINT_ONLY = 1,
    WMT_ON = 2

};

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.