Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
|
Automatically transfers file-level metadata from the source file to the transcoded file. |
|
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 |
|
See also