VideoCodecType enum
视频的编码类型。
Constants
- E264 → const VideoCodecType
-
增强 H264。
@JsonValue(4)const VideoCodecType(3)
- EVP → const VideoCodecType
-
增强 VP8。
@JsonValue(3)const VideoCodecType(2)
- H264 → const VideoCodecType
-
标准 H264。
@JsonValue(2)const VideoCodecType(1)
-
values
→ const List<
VideoCodecType> -
A constant List of the values in this enum, in order of their declaration.
const List<
VideoCodecType> - VP8 → const VideoCodecType
-
标准 VP8。
@JsonValue(1)const VideoCodecType(0)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited