VideoCodecCapabilityLevel enum

The level of the codec capability.

Inheritance
Annotations
  • @JsonEnum(alwaysCreate: true)

Constructors

VideoCodecCapabilityLevel()
const

Values

codecCapabilityLevelUnspecified → const VideoCodecCapabilityLevel

-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.

codecCapabilityLevelBasicSupport → const VideoCodecCapabilityLevel

5: Supports encoding and decoding videos up to 1080p and 30 fps.

codecCapabilityLevel1080p30fps → const VideoCodecCapabilityLevel

10: Supports encoding and decoding videos up to1080p and 30 fps.

codecCapabilityLevel1080p60fps → const VideoCodecCapabilityLevel

20: Support encoding and decoding videos up to 1080p and 60 fps.

codecCapabilityLevel4k60fps → const VideoCodecCapabilityLevel

30: Support encoding and decoding videos up to 4K and 30 fps.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<VideoCodecCapabilityLevel>
A constant List of the values in this enum, in order of their declaration.