Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the encoding requirements for an H264 profile.
Syntax
public enum H264EncoderLevel
Public Enum H264EncoderLevel
public enum class H264EncoderLevel
Members
The H264EncoderLevel enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Level1 | 10 | Indicates that an H264 profile meets level 1 requirements. |
| Level1_b | 11 | Indicates that an H264 profile meets level 1b requirements. |
| Level1_1 | 11 | Indicates that an H264 profile meets level 1.1 requirements. |
| Level1_2 | 12 | Indicates that an H264 profile meets level 1.2 requirements. |
| Level1_3 | 13 | Indicates that an H264 profile meets level 1.3 requirements. |
| Level2 | 20 | Indicates that an H264 profile meets level 2 requirements. |
| Level2_1 | 21 | Indicates that an H264 profile meets level 2.1 requirements. |
| Level2_2 | 22 | Indicates that an H264 profile meets level 2.2 requirements. |
| Level3 | 30 | Indicates that an H264 profile meets level 3 requirements. |
| Level3_1 | 31 | Indicates that an H264 profile meets level 3.1 requirements. |
| Level3_2 | 32 | Indicates that an H264 profile meets level 3.2 requirements. |
| Level4 | 40 | Indicates that an H264 profile meets level 4 requirements. |
| Level4_1 | 41 | Indicates that an H264 profile meets level 4.1 requirements. |
| Level4_2 | 42 | Indicates that an H264 profile meets level 4.2 requirements. |
| Level5 | 50 | Indicates that an H264 profile meets level 5 requirements. |
| Level5_1 | 51 | Indicates that an H264 profile meets level 5.1 requirements. |
Requirements
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8 |
Namespace |
Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++] |
Metadata |
Windows.WinMD |
Attributes
[Deprecated()]
[Version(0x06020000)]
[WebHostHidden()]