THEOplayerFlutterAudioTracksAPIImpl class

Implemented types

Constructors

THEOplayerFlutterAudioTracksAPIImpl({BinaryMessenger? binaryMessenger})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
getAudioTracks() AudioTracks
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onActiveQualityChange(int audioTrackUid, int qualityUid) → void
override
onAddAudioTrack(String? id, int uid, String? label, String? language, String? kind, bool isEnabled) → void
override
onAudioTrackAddQuality(int audioTrackUid, String qualityId, int qualityUid, String? name, int bandwidth, String? codecs, int audioSamplingRate) → void
override
onAudioTrackListChange(int uid) → void
override
onQualityUpdate(int audioTrackUid, int qualityUid, String? name, int bandwidth, String? codecs, int audioSamplingRate) → void
override
onRemoveAudioTrack(int uid) → void
override
onTargetQualityChange(int audioTrackUid, List<int?> qualitiesUid, int? qualityUid) → void
override
toString() String
A string representation of this object.
inherited

Operators

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