VideoDeviceController.Hue Property

Definition

Gets a MediaDeviceControl object that can be used to get or set the camera's hue setting.

public:
 property MediaDeviceControl ^ Hue { MediaDeviceControl ^ get(); };
MediaDeviceControl Hue();
public MediaDeviceControl Hue { get; }
var mediaDeviceControl = videoDeviceController.hue;
Public ReadOnly Property Hue As MediaDeviceControl

Property Value

A MediaDeviceControl object that provides methods to get and set the hue.

Remarks

Hue is specified in degrees multiplied by 100.

For more information on getting or setting this value, see MediaDeviceControl.

Applies to

See also