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입니다.

적용 대상