IMSVidGenericSink interface (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.]

Note��This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005 or later.

The IMSVidGenericSink interface represents a generic output device that supports streaming output. It is implemented by the MSVidGenericSink object.

Inheritance

The IMSVidGenericSink interface inherits from IMSVidOutputDevice. IMSVidGenericSink also has these types of members:

Methods

The IMSVidGenericSink interface has these methods.

 
IMSVidGenericSink::get_SinkStreams

The get_SinkStreams method retrieves the streams that are required to be rendered down to the sink. Not implemented.
IMSVidGenericSink::put_SinkStreams

The put_SinkStreams method sets the streams that are required to be rendered down to the sink. Not implemented.
IMSVidGenericSink::SetSinkFilter

The SetSinkFilter method sets the filter for the sink.

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IMSVidGenericSink).

Requirements

Requirement Value
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IMSVidOutputDevice

Video Control Interfaces