VIDEO_CODEC_CAPABILITY_LEVEL
The level of the codec capability.
Enumerator
- CODEC_CAPABILITY_LEVEL_UNSPECIFIED
- -1: Unsupported video type. Currently, only H.264 and H.265 formats are supported. If the video is in another format, this value will be returned.
- CODEC_CAPABILITY_LEVEL_BASIC_SUPPORT
- 5: Supports encoding and decoding videos up to 1080p and 30 fps.
- CODEC_CAPABILITY_LEVEL_1080P30FPS
- 10: Supports encoding and decoding videos up to1080p and 30 fps.
- CODEC_CAPABILITY_LEVEL_1080P60FPS
- 20: Support encoding and decoding videos up to 1080p and 60 fps.
- CODEC_CAPABILITY_LEVEL_4K60FPS
- 30: Support encoding and decoding videos up to 4K and 30 fps.