VideoFrameRate enum Null safety
Video frame rate.
Constants
- Fps1 → const VideoFrameRate
-
1 fps.
@JsonValue(1)const VideoFrameRate(1)
- Fps7 → const VideoFrameRate
-
7 fps.
@JsonValue(7)const VideoFrameRate(2)
- Fps10 → const VideoFrameRate
-
10 fps.
@JsonValue(10)const VideoFrameRate(3)
- Fps15 → const VideoFrameRate
-
15 fps.
@JsonValue(15)const VideoFrameRate(4)
- Fps24 → const VideoFrameRate
-
24 fps.
@JsonValue(24)const VideoFrameRate(5)
- Fps30 → const VideoFrameRate
-
30 fps.
@JsonValue(30)const VideoFrameRate(6)
- Fps60 → const VideoFrameRate
-
60 fps (macOS only).
@JsonValue(60)const VideoFrameRate(7)
- Min → const VideoFrameRate
-
Min
@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
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