VideoDeviceController.BacklightCompensation 屬性

定義

取得 MediaDeviceControl 物件,這個物件可用來取得或設定是否在相機上啟用回光補償。

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

屬性值

MediaDeviceControl物件,提供取得和設定回光補償的方法。

備註

如果值為 1,則會啟用回光補償。 如果值為 0,則會停用反光補償。

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

適用於

另請參閱