ExposurePriorityVideoControl.Supported 属性

定义

获取或设置一个值,该值指定当前设备上是否支持 ExposurePriorityVideoControl

public:
 property bool Supported { bool get(); };
bool Supported();
public bool Supported { get; }
var boolean = exposurePriorityVideoControl.supported;
Public ReadOnly Property Supported As Boolean

属性值

Boolean

bool

如果 支持 ExposurePriorityVideoControl ,则为 True;否则为 false。

适用于