LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
VideoProcAmpProperty Enumeration
See Also  
Leadtools.Multimedia Namespace : VideoProcAmpProperty Enumeration



Specifies the video proprties of a video capture device.

Syntax

Visual Basic (Declaration) 
Public Enum VideoProcAmpProperty 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As VideoProcAmpProperty
C# 
public enum VideoProcAmpProperty : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class VideoProcAmpProperty : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BacklightCompensationSpecifies the backlight compensation setting. Possible values are 0 (off) and 1 (on).
BrightnessSpecifies the brightness (also called the black level). For NTSC, the value is expressed in IRE units * 100. For non-NTSC sources, the units are arbitrary, with zero representing blanking and 10,000 representing pure white. Values range from –10,000 to 10,000.
ColorEnableSpecifies the color enable setting. The possible values are 0 (off) and 1 (on).
ContrastSpecifies the contrast, expressed as gain factor * 100. Values range from zero to 10,000.
GainSpecifies the gain adjustment. Zero is normal. Positive values are brighter and negative values are darker. The range of values depends on the device.
GammaSpecifies the gamma, as gamma * 100. Values range from 1 to 500.
HueSpecifies the hue, in degrees * 100. Values range from -180,000 to 180,000 (-180 to +180 degrees).
SaturationSpecifies the saturation. Values range from 0 to 10,000.
SharpnessSpecifies the sharpness. Values range from 0 to 100.
WhiteBalanceSpecifies the white balance, as a color temperature in degrees Kelvin. The range of values depends on the device.

Remarks

For more detailed information, refer to the Microsoft documentation for the VideoProcAmpProperty enumeration.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.VideoProcAmpProperty

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also