GeneralLibraryPlayerControllerBaseDart class

Implemented types

Constructors

GeneralLibraryPlayerControllerBaseDart({required String player_id})

Properties

handle Future<int>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
player ↔ Player
getter/setter pair
player_id String
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<void>
override
jump(int index) Future<void>
override
move(int from, int to) Future<void>
override
next() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(GeneralLibraryPlayerPlayableBase playable, {bool play = true, bool isLoop = false}) Future<void>
override
pause() Future<void>
override
play() Future<void>
override
playOrPause() Future<void>
override
previous() Future<void>
override
remove(int index) Future<void>
override
screenshot({String? format = 'image/jpeg'}) Future<Uint8List?>
override
seek(Duration duration) Future<void>
override
setPitch(double pitch) Future<void>
override
setRate(double rate) Future<void>
override
setShuffle(bool shuffle) Future<void>
override
setVolume(double volume) Future<void>
override
stop() Future<void>
override
test() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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