AVStatistics class
Audio and video statistics information
Contains audio and video related statistics, such as user ID, video bitrate, video width and height, frame rate, audio sample rate, audio bitrate, etc.
Constructors
Properties
- audioBitrate ↔ int
-
Audio bitrate.
getter/setter pair
- audioSampleRate ↔ int
-
Audio sample rate.
getter/setter pair
- frameRate ↔ int
-
Local video 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
-
User ID.
getter/setter pair
- videoBitrate ↔ int
-
Local video bitrate.
getter/setter pair
- videoHeight ↔ int
-
Local video height.
getter/setter pair
- videoWidth ↔ int
-
Local 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