MF_MT_IMAGE_LOSS_TOLERANT attribute

Specifies whether an ASF image stream is a degradable JPEG type.

Data type

UINT32

Syntax

GUID MF_MT_IMAGE_LOSS_TOLERANT = {0xed062cf4,0xe34e,0x4922,{0xbe,0x99,0x93,0x40,0x32,0x13,0x3d,0x7c} }  

Get/set

To get this attribute, call IMFAttributes::GetUINT32

To set this attribute, call IMFAttributes::SetUINT32

Applies to

IMFMediaType

Remarks

This attribute applies to the media type for image streams in ASF. If the value is TRUE, the stream is a degradable JPEG image type. Otherwise, the stream is a JFIF image type. For more information about these stream types, see the ASF specification.

In addition to the MF_MT_IMAGE_LOSS_TOLERANT attribute, the media type for an ASF image stream contains the following attributes:

Attribute Description
MF_MT_MAJOR_TYPE Contains the value MFMediaType_Image.
MF_MT_FRAME_SIZE Gives the image size in pixels.

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

Requirements

Header: Declared in mfapi.h.