MFSampleExtension_FrameCorruption attribute

Specifies whether a video frame is corrupted.

Data type

UINT32

Syntax

GUID MFSampleExtension_FrameCorruption = {0xb4dd4a8c,0xbeb,0x44c4,{0x8b,0x75,0xb0,0x2b,0x91,0x3b,0x4,0xf0} }  

Get/set

To get this attribute, call IMFAttributes::GetUINT32

To set this attribute, call IMFAttributes::SetUINT32

Applies to

IMFSample:

Remarks

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.

Requirements

Header: Declared in mfapi.h.