Indicates whether a sample is a random access point.
BOOL stored as UINT32
GUID MFSampleExtension_CleanPoint = {0x9cdf01d8,0xa0f0,0x43ba,{0xb0,0x77,0xea,0xa0,0x6c,0xbd,0x72,0x8a} }
To get this attribute, call IMFAttributes::GetUINT32
To set this attribute, call IMFAttributes::SetUINT32
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.
Header: Declared in mfapi.h.