CameraCaptureUIMaxVideoResolution
CameraCaptureUIMaxVideoResolution
CameraCaptureUIMaxVideoResolution
CameraCaptureUIMaxVideoResolution
Enum
Definition
Determines the highest resolution the user can select for capturing video.
public : enum class CameraCaptureUIMaxVideoResolutionpublic enum CameraCaptureUIMaxVideoResolutionPublic Enum CameraCaptureUIMaxVideoResolution// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| HighDefinition HighDefinition HighDefinition HighDefinition | The user can select resolutions up to high definition resolutions. |
| HighestAvailable HighestAvailable HighestAvailable HighestAvailable | The user can select any resolution. |
| LowDefinition LowDefinition LowDefinition LowDefinition | The user can select resolutions up to low definition resolutions. |
| StandardDefinition StandardDefinition StandardDefinition StandardDefinition | The user can select resolutions up to standard definition resolutions. |