IMFMediaStreamSourceSampleRequest interface (mfidl.h)

Represents a request for a sample from a MediaStreamSource.

Inheritance

The IMFMediaStreamSourceSampleRequest interface inherits from the IUnknown interface. IMFMediaStreamSourceSampleRequest also has these types of members:

Methods

The IMFMediaStreamSourceSampleRequest interface has these methods.

 
IMFMediaStreamSourceSampleRequest::SetSample

Sets the sample for the media stream source.

Remarks

MFMediaStreamSourceSampleRequest is implemented by the Windows.Media.Core.MediaStreamSourceSampleRequest runtime class.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 R2 [desktop apps | UWP apps]
Target Platform Windows
Header mfidl.h

See also

Media Foundation Interfaces