MSVidSinkStreams enumeration (segment.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

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 MSVidSinkStreams {
  MSVidSink_Video = 1,
  MSVidSink_Audio = 2,
  MSVidSink_Other = 4
} ;

Constants

 
MSVidSink_Video
Value: 1
MSVidSink_Audio
Value: 2
MSVidSink_Other
Value: 4

Requirements

Requirement Value
Header segment.h (include Dshow.h)

See also

IMSVidGenericSink::get_SinkStreams

IMSVidGenericSink::put_SinkStreams

Video Control Enumerations