Microsoft DirectX 9.0 |
The VMR9ProcAmpControlFlags enumeration type specifies image adjustment properties, for use with the Video Mixing Render Filter 9 (VMR-9).
Syntax
typedef enum {
ProcAmpControl9_Contrast = 0x00000001,
ProcAmpControl9_Brightness = 0x00000002,
ProcAmpControl9_Hue = 0x00000004,
ProcAmpControl9_Saturation = 0x00000008,
ProcAmpControl9_Mask = 0x0000000F
} VMR9ProcAmpControlFlags;
Members
ProcAmpControl9_Contrast
Contrast adjustment.
ProcAmpControl9_Brightness
Brightness adjustment.
ProcAmpControl9_Hue
Hue adjustment.
ProcAmpControl9_Saturation
Saturation adjustment.
ProcAmpControl9_Mask
Bitwise OR of all the previous flags. This value is used internally by the VMR-9, and is not a valid flag.
See Also