MFSampleExtension_CleanPoint attribute

Indicates whether a sample is a random access point.

Data type

BOOL stored as UINT32

Syntax

GUID MFSampleExtension_CleanPoint = {0x9cdf01d8,0xa0f0,0x43ba,{0xb0,0x77,0xea,0xa0,0x6c,0xbd,0x72,0x8a} }  

Get/set

To get this attribute, call IMFAttributes::GetUINT32

To set this attribute, call IMFAttributes::SetUINT32

Applies to

IMFSample:

Remarks

This attribute applies to samples. If the attribute is TRUE, the sample is a random access point and decoding can begin from this sample. Otherwise, the sample is not a random access point.

If this attribute is not set, the default value is FALSE.

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

Requirements

Header: Declared in mfapi.h.