IvsPlayerMethodChannel class

Inheritance

Constructors

IvsPlayerMethodChannel()

Properties

hashCode int
The hash code for this object.
no setterinherited
playerStateSubscription StreamSubscription?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPosition() Future<Duration>
override
getQualities() Future<List<String>>
override
isAutoQuality() Future<bool>
override
muteUnmute() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
override
resume() → void
override
seekTo(Duration duration) Future<void>
override
setQuality(String value) Future<void>
override
startPlayer(String url, {required bool autoPlay, void onData(dynamic)?, void onError(dynamic)?}) → void
override
stopPlayer() → void
override
toggleAutoQuality() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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