VeLivePlayerStatistics class
Constructors
- VeLivePlayerStatistics({String? url, bool? isHardWareDecode, int? delayMs, int? stallTimeMs, String? videoCodec, int? width, int? height, double? fps, int? bitrate, int? videoBufferMs, int? audioBufferMs, VeLivePlayerFormat? format, VeLivePlayerProtocol? protocol})
- VeLivePlayerStatistics.fromMap(Map map)
-
factory
Properties
- audioBufferMs ↔ int?
-
getter/setter pair
- bitrate ↔ int?
-
getter/setter pair
- delayMs ↔ int?
-
getter/setter pair
- format ↔ VeLivePlayerFormat?
-
getter/setter pair
- fps ↔ double?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int?
-
getter/setter pair
- isHardWareDecode ↔ bool?
-
getter/setter pair
- protocol ↔ VeLivePlayerProtocol?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stallTimeMs ↔ int?
-
getter/setter pair
- url ↔ String?
-
getter/setter pair
- videoBufferMs ↔ int?
-
getter/setter pair
- videoCodec ↔ String?
-
getter/setter pair
- width ↔ 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited