Specifies whether a video frame is corrupted.
UINT32
GUID MFSampleExtension_FrameCorruption = {0xb4dd4a8c,0xbeb,0x44c4,{0x8b,0x75,0xb0,0x2b,0x91,0x3b,0x4,0xf0} }
To get this attribute, call IMFAttributes::GetUINT32
To set this attribute, call IMFAttributes::SetUINT32
A video decoder can set this attribute on its output samples. If the value is 1, the decoder detected data corruption in the frame. If the value is 0, there is no data corruption, or none was detected.
Header: Declared in mfapi.h.