// d3d10umddi.h
typedef enum D3DWDDM2_0DDI_VIDEO_PROCESSOR_BEHAVIOR_HINTS {
D3DWDDM2_0DDI_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_ROTATION,
D3DWDDM2_0DDI_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_RESIZE,
D3DWDDM2_0DDI_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_COLOR_SPACE_CONVERSION
} ;
View the official Windows Driver Kit DDI referenceNo description available.
Describes operations that the video processor can perform more efficiently than VideoProcessorBlt.
D3DWDDM2_0DDI_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_ROTATIONIndicates that multi-plane overlay hardware can perform the rotation operation more efficiently than VideoProcessorBlt.
D3DWDDM2_0DDI_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_RESIZEIndicates that the multi-plane overlay hardware can perform the scaling operation more efficiently than VideoProcessorBlt.
D3DWDDM2_0DDI_VIDEO_PROCESSOR_BEHAVIOR_HINT_MULTIPLANE_OVERLAY_COLOR_SPACE_CONVERSIONIndicates that the multi-plane overlay hardware can perform the color space conversion operation more efficiently than VideoProcessorBlt.