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

适用于

另请参阅