IMFStreamSink interface
Represents a stream on a media sink object.
Members
The IMFStreamSink interface inherits from IMFMediaEventGenerator. IMFStreamSink also has these types of members:
Methods
The IMFStreamSink interface has these methods.
| Method | Description |
|---|---|
| Flush |
Causes the stream sink to drop any samples that it has received and has not rendered yet. |
| GetIdentifier |
Retrieves the stream identifier for this stream sink. |
| GetMediaSink |
Retrieves the media sink that owns this stream sink. |
| GetMediaTypeHandler |
Retrieves the media type handler for the stream sink. |
| PlaceMarker |
Places a marker in the stream. |
| ProcessSample |
Delivers a sample to the stream. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
See also