MF_TRANSCODE_SKIP_METADATA_TRANSFER attribute

Specifies whether metadata is written to the transcoded file. This container attribute is stored in the transcode profile.

Data type

UINT32

Possible values for the MF_TRANSCODE_SKIP_METADATA_TRANSFER attribute are described in the following table.

Value Meaning
0
Automatically transfers file-level metadata from the source file to the transcoded file.
1
The source file metadata is not written to the transcoded file.

 

Get/set

To get this attribute, call IMFAttributes::GetUINT32.

To set this attribute, call IMFAttributes::SetUINT32.

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

IMFTranscodeProfile::GetContainerAttributes

IMFTranscodeProfile::SetContainerAttributes