VideoDeviceController.Exposure 屬性

定義

取得 MediaDeviceControl 物件,可用來取得或設定相機的曝光時間。

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

屬性值

MediaDeviceControl物件,提供取得和設定曝光時間的方法。

備註

曝光是在記錄基底 2 秒內指定。 對於小於零的值,曝光時間為 1/ (2n) 秒。 針對零和以上值,曝光時間為 2n 秒。

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

適用於

另請參閱