GeneralSystemDeviceLibraryPlayerControllerBase class
UncompleteDocumentation
Constructors
- GeneralSystemDeviceLibraryPlayerControllerBase.new({required String player_id})
- UncompleteDocumentation
Properties
-
handle
→ Future<
int> -
UncompleteDocumentation
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- player → Player
-
UncompleteDocumentation
final
- player_id → String
-
UncompleteDocumentation
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → Future< void> - UncompleteDocumentation
-
jump(
int index) → Future< void> - UncompleteDocumentation
-
move(
int from, int to) → Future< void> - UncompleteDocumentation
-
next(
) → Future< void> - UncompleteDocumentation
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
GeneralSystemDeviceLibraryPlayerPlayableBase playable, {bool play = true, bool isLoop = false}) → Future< void> - UncompleteDocumentation
-
pause(
) → Future< void> - UncompleteDocumentation
-
play(
) → Future< void> - UncompleteDocumentation
-
playOrPause(
) → Future< void> - UncompleteDocumentation
-
previous(
) → Future< void> - UncompleteDocumentation
-
remove(
int index) → Future< void> - UncompleteDocumentation
-
screenshot(
{String? format = 'image/jpeg'}) → Future< Uint8List?> - UncompleteDocumentation
-
seek(
Duration duration) → Future< void> - UncompleteDocumentation
-
setPitch(
double pitch) → Future< void> - UncompleteDocumentation
-
setRate(
double rate) → Future< void> - UncompleteDocumentation
-
setShuffle(
bool shuffle) → Future< void> - UncompleteDocumentation
-
setVolume(
double volume) → Future< void> - UncompleteDocumentation
-
stop(
) → Future< void> - UncompleteDocumentation
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited