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.
Specifies an H.265 encoding level.
Syntax
typedef enum eAVEncH265VLevel {
  eAVEncH265VLevel1,
  eAVEncH265VLevel2,
  eAVEncH265VLevel2_1,
  eAVEncH265VLevel3,
  eAVEncH265VLevel3_1,
  eAVEncH265VLevel4,
  eAVEncH265VLevel4_1,
  eAVEncH265VLevel5,
  eAVEncH265VLevel5_1,
  eAVEncH265VLevel5_2,
  eAVEncH265VLevel6,
  eAVEncH265VLevel6_1,
  eAVEncH265VLevel6_2
} ;
Constants
| eAVEncH265VLevel1Level 1. | 
| eAVEncH265VLevel2Level 2. | 
| eAVEncH265VLevel2_1Level 2.1. | 
| eAVEncH265VLevel3Level 3. | 
| eAVEncH265VLevel3_1Level 3.1. | 
| eAVEncH265VLevel4Level 4. | 
| eAVEncH265VLevel4_1Level 4.1. | 
| eAVEncH265VLevel5Level 5. | 
| eAVEncH265VLevel5_1Level 5.1. | 
| eAVEncH265VLevel5_2Level 5.2. | 
| eAVEncH265VLevel6Level 6. | 
| eAVEncH265VLevel6_1Level 6.1. | 
| eAVEncH265VLevel6_2Level 6.2. | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 10 | 
| Minimum supported server | Windows Server 2019 | 
| Header | codecapi.h |