PlaybackRate class

Playback rate or speed for the video.

Find more about it here.

Constructors

PlaybackRate()

Properties

hashCode int
The hash code for this object.
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

half → const double
Sets playback rate to 0.5 times.
normal → const double
Sets playback rate to 1.0 times.
oneAndAHalf → const double
Sets playback rate to 1.5 times.
oneAndAQuarter → const double
Sets playback rate to 1.25 times.
oneAndAThreeQuarter → const double
Sets playback rate to 1.75 times.
quarter → const double
Sets playback rate to 0.25 times.
threeQuarter → const double
Sets playback rate to 0.75 times.
twice → const double
Sets playback rate to 2.0 times.