Skip to content

Latest commit

 

History

History
66 lines (33 loc) · 2.25 KB

meencodingparameters.md

File metadata and controls

66 lines (33 loc) · 2.25 KB
description ms.assetid title ms.topic ms.date
Sent by the pipeline to encoder MFTs serially with media samples via IMFTransform::ProcessEvent.
D5D4544B-CD8D-4C94-B050-7BA1944800CC
MEEncodingParameters event (Mfobjects.h)
reference
05/31/2018

MEEncodingParameters event

Sent by the pipeline to encoder MFTs serially with media samples via IMFTransform::ProcessEvent.

Event values

Possible values retrieved from IMFMediaEvent::GetValue include the following.

VARTYPE Description
VT_EMPTY
No event data.

Attributes

The following attributes are defined for this event.

Attribute Description
IMFAttributes
Contains the new ICodecAPI-based settings that the encoder should apply on subsequent incoming samples.

Remarks

Event payload is an attribute store (IMFAttributes pointer) that contains the new ICodecAPI-based /// settings that the encoder should apply on subsequent incoming samples.

Requirements

Requirement Value
Minimum supported client
Windows 8.1 [desktop apps only]
Minimum supported server
Windows Server 2012 R2 [desktop apps only]
Header
Mfobjects.h (include Mfidl.h)

See also

Media Foundation Events