IMediaStreamFilter interface
Note This interface is deprecated. New applications should not use it.
IMediaStreamFilter interface is supported by the Media Stream filter, which is used internally by the multimedia stream object. Applications should not use this interface.
Methods
The IMediaStreamFilter interface has these methods.
| Method | Description |
|---|---|
| IMediaStreamFilter::AddMediaStream | Note This interface is deprecated. New applications should not use it. The AddMediaStream method connects a media stream object to the underlying filter graph. |
| IMediaStreamFilter::EndOfStream | Note This interface is deprecated. New applications should not use it. The EndOfStream method signals the end of a stream. The Media Stream filter's input pins call this method on the filter. |
| IMediaStreamFilter::EnumMediaStreams | Note This interface is deprecated. New applications should not use it. The EnumMediaStreams method retrieves a media stream, specified by index. |
| IMediaStreamFilter::Flush | Note This interface is deprecated. New applications should not use it. The Flush method notifies the filter that one of its pins has flushed data. The filter's input pins call this method. |
| IMediaStreamFilter::GetCurrentStreamTime | Note This interface is deprecated. New applications should not use it. The GetCurrentStreamTime method retrieves the current stream time. |
| IMediaStreamFilter::GetMediaStream | Note This interface is deprecated. New applications should not use it. The GetMediaStream method retrieves a media stream, specified by purpose ID. |
| IMediaStreamFilter::ReferenceTimeToStreamTime | Note This interface is deprecated. New applications should not use it. The ReferenceTimeToStreamTime method converts a reference time to stream time. |
| IMediaStreamFilter::SupportSeeking | Note This interface is deprecated. New applications should not use it. The SupportSeeking method initializes the filter to support seeking. The multimedia stream object calls this method. |
| IMediaStreamFilter::WaitUntil | Note This interface is deprecated. New applications should not use it. The WaitUntil method causes the filter to block until a specified stream time. The filter's pins call this method. They can interrupt the wait by flushing the filter. |
Requirements
| Target Platform | Windows |
| Header | amstream.h |