PlayOptions

Options for playing a new track.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The position where the track is supposed to end in milliseconds

Link copied to clipboard

The Filters to start this track with.

Link copied to clipboard

Whether to replace the currently playing track or not.

Link copied to clipboard

Whether to pause the player or not.

Link copied to clipboard

The position where the track is supposed to start in milliseconds

Link copied to clipboard
var volume: Int?

The volume to start the new track with.

Functions

Link copied to clipboard
inline fun filters(filters: Filters.() -> Unit)

Set's the Filters to apply when starting this track.