VideoDeviceController.Roll 屬性

定義

取得 MediaDeviceControl 物件,可用來取得或設定相機的滾動設定。

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

屬性值

MediaDeviceControl物件,提供取得和設定滾動的方法。

備註

滾動會繞著相機的影像檢視軸旋轉。 Roll 是以度為單位指定。

如需取得或設定此值的詳細資訊,請參閱 MediaDeviceControl

適用於

另請參閱