DeviceVideoSettings Members
Provides access to the video properties on a video capture device.Constructors
| Name | Description |
|---|---|
| DeviceVideoSettings(ICameraDeviceClient) | Initializes a new instance of the DeviceVideoSettings class with the specified settings. |
Properties
| Name | Description |
|---|---|
| BacklightCompensation | Provides access to the video property that specifies the backlight compensation setting. |
| Brightness | Provides access to the video property that specifies the brightness, also called the black level. |
| ColorEnable | Provides access to the video property that specifies the color enable setting. |
| Contrast | Provides access to the video property that specifies the contrast. |
| Gain | Provides access to the video property that specifies the gain adjustment. |
| Gamma | Provides access to the video property that specifies the gamma. |
| Hue | Provides access to the video property that specifies the hue. |
| Saturation | Provides access to the video property that specifies the saturation. |
| Sharpness | Provides access to the video property that specifies the sharpness. |
| WhiteBalance | Provides access to the video property that specifies the white balance, as a color temperature in degrees Kelvin. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ResetToDefaults() | Resets the video properties to their defaults. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |
See Also