VideoDeviceController.Roll Property

Definition

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

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

Property Value

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

Remarks

Roll is rotation around the camera's image-viewing axis. Roll is specified in degrees.

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

Applies to

See also