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 |
---|---|
|
An encoder is inserted in the transcode topology. |
|
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 |
|
See also