CameraCaptureUIMaxVideoResolution 列挙型

定義

ユーザーがビデオをキャプチャするために選択できる最高解像度を決定します。

public enum class CameraCaptureUIMaxVideoResolution
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class CameraCaptureUIMaxVideoResolution
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum CameraCaptureUIMaxVideoResolution
var value = Windows.Media.Capture.CameraCaptureUIMaxVideoResolution.highestAvailable
Public Enum CameraCaptureUIMaxVideoResolution
継承
CameraCaptureUIMaxVideoResolution
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

HighDefinition 3

ユーザーは、高解像度までの解像度を選択できます。

HighestAvailable 0

ユーザーは任意の解像度を選択できます。

LowDefinition 1

ユーザーは、低い定義解像度まで解像度を選択できます。

StandardDefinition 2

ユーザーは、標準定義の解像度まで解像度を選択できます。

適用対象