IMFMediaStreamSourceSampleRequest interface
Represents a request for a sample from a MediaStreamSource.
Members
The IMFMediaStreamSourceSampleRequest interface inherits from the IUnknown interface. IMFMediaStreamSourceSampleRequest also has these types of members:
Methods
The IMFMediaStreamSourceSampleRequest interface has these methods.
| Method | Description |
|---|---|
| SetSample |
Sets the sample for the media stream source. |
Remarks
MFMediaStreamSourceSampleRequest is implemented by the Windows.Media.Core.MediaStreamSourceSampleRequest runtime class.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps | Windows Store apps] |
|
IDL |
|
See also