VMR9ProcAmpControlFlags enumeration

The VMR9ProcAmpControlFlags enumeration type specifies image adjustment properties, for use with the Video Mixing Render Filter 9 (VMR-9).

Syntax

typedef enum __MIDL___MIDL_itf_vmr9_0000_0005_0002 {
  ProcAmpControl9_Brightness,
  ProcAmpControl9_Contrast,
  ProcAmpControl9_Hue,
  ProcAmpControl9_Saturation,
  ProcAmpControl9_Mask
} VMR9ProcAmpControlFlags;

Constants

ProcAmpControl9_Brightness Brightness adjustment.
ProcAmpControl9_Contrast Contrast 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.

Requirements

   
Header vmr9.h

See also

DirectShow Enumerated Types

VMR9ProcAmpControl Structure

VMR9ProcAmpControlRange Structure