VideoFrameRate enum Null safety

视频编码的帧率。

Constants

Fps1 → const VideoFrameRate

每秒钟 1 帧。

@JsonValue(1)
const VideoFrameRate(1)
Fps7 → const VideoFrameRate

每秒钟 7 帧。

@JsonValue(7)
const VideoFrameRate(2)
Fps10 → const VideoFrameRate

每秒钟 10 帧。

@JsonValue(10)
const VideoFrameRate(3)
Fps15 → const VideoFrameRate

每秒钟 15 帧。

@JsonValue(15)
const VideoFrameRate(4)
Fps24 → const VideoFrameRate

每秒钟 24 帧。

@JsonValue(24)
const VideoFrameRate(5)
Fps30 → const VideoFrameRate

每秒钟 30 帧。

@JsonValue(30)
const VideoFrameRate(6)
Fps60 → const VideoFrameRate

每秒钟 60 帧。(仅适用于 macOS)

@JsonValue(60)
const VideoFrameRate(7)
Min → const VideoFrameRate

最低视频编码帧率(fps)。

@JsonValue(-1)
const VideoFrameRate(0)
values → const List<VideoFrameRate>

A constant List of the values in this enum, in order of their declaration.

const List<VideoFrameRate>

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