CameraCaptureUIMaxVideoResolution Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the maximum resolution the user can select for capturing videos with CameraCaptureUI.
public enum class CameraCaptureUIMaxVideoResolution
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Media.Capture.CameraCaptureUIContract, 65536)]
enum class CameraCaptureUIMaxVideoResolution
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Media.Capture.CameraCaptureUIContract), 65536)]
public enum CameraCaptureUIMaxVideoResolution
var value = Microsoft.Windows.Media.Capture.CameraCaptureUIMaxVideoResolution.highestAvailable
Public Enum CameraCaptureUIMaxVideoResolution
- Inheritance
-
CameraCaptureUIMaxVideoResolution
- Attributes
Fields
Name | Value | Description |
---|---|---|
HighestAvailable | 0 | The user can select any resolution. |
LowDefinition | 1 | The user can select resolutions up to low definition resolutions. |
StandardDefinition | 2 | The user can select resolutions up to standard definition resolutions. |
HighDefinition | 3 | The user can select resolutions up to high definition resolutions. |
Remarks
Specify the desired maximum video resolution for an instance of CameraCaptureUI with the CameraCaptureUIVideoCaptureSettings.MaxResolution property.