PlayerUpdatedInfo class

Information related to the media player.

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

Properties

audioBitsPerSample int?
The number of bits per audio sample point.
final
audioChannels int?
The number of audio channels.
final
audioSampleRate int?
Audio sample rate (Hz).
final
deviceId String?
The ID of a deivce.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoHeight int?
Height (pixel) of the video.
final
videoWidth int?
Width (pixel) of the video.
final

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