LVVideoStatistic class

Constructors

LVVideoStatistic()

Properties

frameHeight int
getter/setter pair
frameWidth int
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
videoBitrateBps int
getter/setter pair
videoFps int
getter/setter pair
videoLostPackets int
getter/setter pair
videoLostPercent int
getter/setter pair
videoRtt int
getter/setter pair
videoSentKBytes int
getter/setter pair
videoSentPackets int
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

Static Methods

convertFromMap(dynamic args) LVVideoStatistic