VIDEO_CODEC_CAPABILITY_LEVEL

Video codec capability level.

Enumerations

CodecCapabilityLevelUnspecified
-1: Unsupported video type. Currently, only H.264 and H.265 formats are supported for querying. If the video is in another format, this value is returned.
CodecCapabilityLevelBasicSupport
5: Basic codec support, i.e., encoding and decoding for videos under 1080p and 30 fps.
CodecCapabilityLevel1080p30fps
10: Supports encoding and decoding up to 1080p and 30 fps.
CodecCapabilityLevel1080p60fps
20: Supports encoding and decoding up to 1080p and 60 fps.
CodecCapabilityLevel4k60fps
30: Supports encoding and decoding up to 4K and 30 fps.