VideoDeviceController.Pan Property

Definition

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

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

Property Value

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

Remarks

Pan is rotation around the base of the camera (the camera's Y axis). Pan is specified in degrees.

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

Applies to

See also