THEOplayerFlutterVideoTracksAPI class
abstract
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onActiveQualityChange(int videoTrackUid, int qualityUid)
→ void
-
-
onAddVideoTrack(String? id, int uid, String? label, String? language, String? kind, bool isEnabled)
→ void
-
-
onQualityUpdate(int videoTrackUid, int qualityUid, String? name, int bandwidth, String? codecs, int width, int height, double frameRate, double firstFrame)
→ void
-
-
onRemoveVideoTrack(int uid)
→ void
-
-
onTargetQualityChange(int videoTrackUid, List<int?> qualitiesUid, int? qualityUid)
→ void
-
-
onVideoTrackAddQuality(int videoTrackUid, String qualityId, int qualityUid, String? name, int bandwidth, String? codecs, int width, int height, double frameRate, double firstFrame)
→ void
-
-
onVideoTrackListChange(int uid)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited