AVVideoProfileLevelH264 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.
Video profile levels.
public enum AVVideoProfileLevelH264
type AVVideoProfileLevelH264 =
- Inheritance
-
AVVideoProfileLevelH264
Fields
Name | Value | Description |
---|---|---|
Baseline30 | 1 | Specifies a baseline level 3.0 profile. |
Baseline31 | 2 | Specifies a baseline level 3.1 profile. |
Baseline41 | 3 | Specifies a baseline level 4.1 profile. |
Main30 | 4 | Specifies a main level 3.0 profile. |
Main31 | 5 | Specifies a main level 3.1 profile. |
Main32 | 6 | Specifies a main level 3.2 profile. |
Main41 | 7 | Specifies a main level 4.1 profile. |
High40 | 8 | Specifies a high level 4.0 profile. |
High41 | 9 | Specifies a high level 4.1 profile. |
BaselineAutoLevel | 10 | |
MainAutoLevel | 11 | |
HighAutoLevel | 12 |