IMediaStatusSink Interface

Used by the media state aggregation service (MSAS) to initialize the sink and to create a media status session. The sink must implement this interface.

Note   This interface has been deprecated.

In addition to the methods inherited from IDispatch, the IMediaStatusSink interface exposes the following methods:

Method Description
CreateSession Creates a media status session.
Initialize Initializes the sink.

See Also