MediaDeviceControlCapabilities.AutoModeSupported 属性

定义

查询相机是否支持自动调整设置。

public:
 property bool AutoModeSupported { bool get(); };
bool AutoModeSupported();
public bool AutoModeSupported { get; }
var boolean = mediaDeviceControlCapabilities.autoModeSupported;
Public ReadOnly Property AutoModeSupported As Boolean

属性值

Boolean

bool

如果相机支持自动调整设置,则其值为 True;否则为 false。

适用于