FFmpegStatistics class

Common class for ffmpeg_kit and ffmpeg_wasm statistics.

Constructors

FFmpegStatistics({required int videoFrameNumber, required double videoFps, required double videoQuality, required int size, required int time, required double bitrate, required double speed})
const
FFmpegStatistics.fromIOStatistics(Statistics s)

Properties

bitrate double
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
final
speed double
final
time int
final
videoFps double
final
videoFrameNumber int
final
videoQuality double
final

Methods

getProgress(int videoDurationMs) double
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

Static Properties

statisticsRegex RegExp
final

Static Methods

fromMessage(String message) FFmpegStatistics?