IvsPlayer class

Constructors

IvsPlayer()
factory

Properties

durationStream StreamController<Duration>
getter/setter pair
errorStream StreamController<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAutoQualityStream StreamController<bool>
getter/setter pair
playeStateStream StreamController<PlayerState>
getter/setter pair
positionStream StreamController<Duration>
getter/setter pair
qualities ValueNotifier<List<String>>
Qualities
final
qualityStream StreamController<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncTimeStream StreamController<Duration>
getter/setter pair

Methods

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

Operators

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

Static Properties

instance IvsPlayer
final