MSVidSinkStreams Enumeration
Microsoft DirectShow 9.0 |
MSVidSinkStreams Enumeration
This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005.
The MSVidSinkStreams enumeration defines the stream types for a generic sink.
Syntax
typedef enum {Video = 1, Audio = 2, Other = 4} MSVidSinkStreams;
Elements
Video
Indicates a video steam.
Audio
Indicates an audio stream.
Other
Indicates a stream that is neither video nor audio.
Requirements
Header: Dshow.h.
See Also