AudioTrack class
Representation of an audio track.
Constructors
- AudioTrack.new({required int id, String? language, int? bitrate})
-
const
Properties
- bitrate → int?
-
Bitrate in kbps
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → int
-
A unique identifier for the track in a playback session
final
- language → String?
-
Language code for the track
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
override