// dxva.h
typedef enum _DXVA_SampleFlags {
DXVA_SampleFlagsMask,
DXVA_SampleFlag_Palette_Changed,
DXVA_SampleFlag_SrcRect_Changed,
DXVA_SampleFlag_DstRect_Changed,
DXVA_SampleFlag_ColorData_Changed
} DXVA_SampleFlags;
View the official Windows Driver Kit DDI referenceNo description available.
The DXVA_SampleFlags enumeration type contains a collection of flags that identify changes in the current sample frame from the previous sample frame.
DXVA_SampleFlagsMaskSpecifies the sample-flag mask, which consists of the first 4 bits of a DWORD.
DXVA_SampleFlag_Palette_ChangedIndicates that the palette of the sample frame changed.
DXVA_SampleFlag_SrcRect_ChangedIndicates that the source rectangle of the sample frame changed.
DXVA_SampleFlag_DstRect_ChangedIndicates that the destination rectangle of the sample frame changed.
DXVA_SampleFlag_ColorData_ChangedIndicates that the color data of the sample frame changed.
DXVA_DeinterlaceBobDeviceClass::DeinterlaceBltEx