VideoEncodingQuality Enum
Definition
Determines the video encoding format.
public enum class VideoEncodingQuality
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum VideoEncodingQuality
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum VideoEncodingQuality
var value = Windows.Media.MediaProperties.VideoEncodingQuality.auto
Public Enum VideoEncodingQuality
- Inheritance
-
VideoEncodingQuality
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Auto | 0 | Auto fills in the proper settings based on the current camera settings. So when Auto is used, settings that are manually modified are ignored. For example, if you create a preset profile using one the static create methods, such as CreateWmv, and specify Auto as the encoding quality, any changes you make to the properties will be overwritten with values based on the current camera settings. |
HD1080p | 1 | HD1080p format. |
HD720p | 2 | HD720p format. |
Ntsc | 4 | Ntsc format. |
Pal | 5 | Pal format. |
Qvga | 7 | Qvga format. |
Uhd2160p | 8 | 2160p UHD format.
|
Uhd4320p | 9 | 4320p UHD format.
|
Vga | 6 | Vga format. |
Wvga | 3 | Wvga format. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1703 | 15063 | Uhd2160p |
1703 | 15063 | Uhd4320p |