JavaPlayer
Wrapper class for Player which replaces suspending functions by using CompletableFuture.
See also
Properties
Link copied to clipboard
Link copied to clipboard
All events received using a Flow.Publisher
Link copied to clipboard
the currently playing Track
Link copied to clipboard
the position of the current song the player is at (-1 if playingTrack is null)
Link copied to clipboard
the underlying delegate EventSource
Functions
Link copied to clipboard
Pauses/unpauses playback of the current track.
Link copied to clipboard
Changes the currently playing track to track.
Link copied to clipboard
Seeks to a specific position in the current playback.
Link copied to clipboard
Stops playback of the currently playing track.
Link copied to clipboard
Unpauses the playback
Link copied to clipboard
Creates an EqualizerBuilder to update equalizer config. This does not update the equalizers. To update equalizers please call EqualizerBuilder.apply