Specifies for a media type whether each sample is independent of the other samples in the stream.
UINT32
GUID MF_MT_ALL_SAMPLES_INDEPENDENT = {0xc9173739,0x5e56,0x461c,{0xb7,0x13,0x46,0xfb,0x99,0x5c,0xb9,0x5f} }
If this attribute is FALSE, some samples cannot be used without referring to other samples in the stream. For example, if a video format contains delta frames, this attribute should be FALSE.
This attribute corresponds to the bTemporalCompression field in the DirectShow AM_MEDIA_TYPE structure.
Set this attribute to TRUE for all uncompressed media types.
The GUID constant for this attribute is exported from mfuuid.lib.
Header: Declared in mfapi.h.