IvsPlayerInterface class abstract

Inheritance
  • Object
  • PlatformInterface
  • IvsPlayerInterface
Implementers

Constructors

IvsPlayerInterface()

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

getPosition() Future<Duration>
getQualities() Future<List<String>>
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, {required bool autoPlay, void onData(dynamic)?, void onError(dynamic)?}) → 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 IvsPlayerInterface
getter/setter pair