VIDEO_CODEC_CAPABILITY_LEVEL
Video codec capability level.
Enumerations
- CODEC_CAPABILITY_LEVEL_UNSPECIFIED
- -1: Unsupported video type. Currently, only video in H.264 and H.265 formats is supported for querying. If the video is in another format, this value is returned.
- CODEC_CAPABILITY_LEVEL_BASIC_SUPPORT
- 5: Basic codec support, i.e., encoding and decoding for video up to 1080p and 30 fps.
- CODEC_CAPABILITY_LEVEL_1080P30FPS
- 10: Supports encoding and decoding video up to 1080p and 30 fps.
- CODEC_CAPABILITY_LEVEL_1080P60FPS
- 20: Supports encoding and decoding video up to 1080p and 60 fps.
- CODEC_CAPABILITY_LEVEL_4K60FPS
- 30: Supports encoding and decoding video up to 4K and 30 fps.