Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.96 KB

imfmediastreamsourcesamplerequest.md

File metadata and controls

67 lines (41 loc) · 1.96 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Describes the IMFMediaStreamSourceSampleRequest interface and provides its members, methods, remarks, and requirements.
43617cda-84b1-405f-8a20-be793413c186
IMFMediaStreamSourceSampleRequest interface
reference
05/31/2018
APIRef
kbSyntax
IMFMediaStreamSourceSampleRequest
COM
mfidl.h

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

Requirement Value
Minimum supported client
Windows 8.1 [desktop apps | UWP apps]
Minimum supported server
Windows Server 2012 R2 [desktop apps | UWP apps]
IDL
Mfidl.idl

See also

Media Foundation Interfaces