Expand Minimize
This topic has not yet been rated - Rate this topic

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.

ValueMeaning
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

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Mfidl.h

See also

IMFTranscodeProfile::GetContainerAttributes
IMFTranscodeProfile::SetContainerAttributes

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.