IMFMediaStream interface
Represents one stream in a media source.
Members
The IMFMediaStream interface inherits from IMFMediaEventGenerator. IMFMediaStream also has these types of members:
Methods
The IMFMediaStream interface has these methods.
| Method | Description |
|---|---|
| GetMediaSource |
Returns a pointer to the media source that created this media stream. |
| GetStreamDescriptor |
Returns the stream descriptor for this media stream. |
| RemoteRequestSample |
Remotable version of RequestSample. (Not used by applications.) |
| RequestSample |
Requests a sample from the media source. |
Remarks
Streams are created when a media source is started. For each stream, the media source sends an MENewStream event with a pointer to the stream's IMFMediaStream interface.
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