VideoDeviceController.Roll Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.