Share via


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

True を指定すると、 ExposurePriorityVideoControl がサポートされます。それ以外の場合は false。

適用対象