AVStatistics class

Audio and video related statistics

Constructors

AVStatistics({String userID = '', int videoBitrate = 0, int videoWidth = 0, int videoHeight = 0, int frameRate = 0, int audioSampleRate = 0, int audioBitrate = 0})

Properties

audioBitrate int
audio bitrate.
getter/setter pair
audioSampleRate int
audio sample rate.
getter/setter pair
frameRate int
frame rate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userID String
userID.
getter/setter pair
videoBitrate int
video bitrate.
getter/setter pair
videoHeight int
video height.
getter/setter pair
videoWidth int
video width.
getter/setter pair

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