Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 2.03 KB

mf-transcode-donot-insert-encoder.md

File metadata and controls

62 lines (33 loc) · 2.03 KB
description ms.assetid title ms.topic ms.date
Specifies whether an encoder must be included in the transcode topology.
73f23aed-d1b9-4821-b1ca-0a07f02b6913
MF_TRANSCODE_DONOT_INSERT_ENCODER attribute (Mfidl.h)
reference
05/31/2018

MF_TRANSCODE_DONOT_INSERT_ENCODER attribute

Specifies whether an encoder must be included in the transcode topology.

The MFCreateTranscodeTopology function checks this attribute during topology building. If this attribute is not set, an encoder is inserted in the transcode topology.

Data type

UINT32

Value Meaning
0
An encoder is inserted in the transcode topology.
1
An encoder is not included in the transcode topology. The source node is connected to the output node.

 

Remarks

The GUID constant for this attribute is exported from mfuuid.lib.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
Mfidl.h

See also

Alphabetical List of Media Foundation Attributes

Media Foundation Attributes