VideoCodecType enum Null safety

视频的编码类型。

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

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

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