DirectCdnStreamingStats class

The statistics of the current CDN streaming.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Properties

audioBitrate int?
The bitrate (bps) of the current audio frame.
final
fps int?
The frame rate (fps) of the current video frame.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoBitrate int?
The bitrate (bps) of the current video frame.
final
videoHeight int?
The height (px) of the video frame.
final
videoWidth int?
The width (px) of the video frame.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited