Options

class Options

Constructors

Link copied to clipboard
fun Options()

Properties

Link copied to clipboard
var artworkHintListener: Playback.ArtworkHintListener? = null
Link copied to clipboard
val callbacks: MutableSet<Playback.Callback>
Link copied to clipboard
var controller: Playback.Controller? = null
Link copied to clipboard
var delay: Int = 0
Link copied to clipboard
var initialPlaybackInfo: PlaybackInfo? = null

expected initial PlaybackInfo for a Playable to start when a new Playback is bound to it. If null, it will follow the default behavior: an existing Playable will keep its current state, a newly created Playable receives a new PlaybackInfo. This property is not available in the Rebinder.

Link copied to clipboard
var networkTypeChangeListener: Playback.NetworkTypeChangeListener? = null
Link copied to clipboard
var preload: Boolean = false
Link copied to clipboard
var repeatMode: Int
Link copied to clipboard
var tag: Any
Link copied to clipboard
var threshold: Float = 0.65f
Link copied to clipboard
var tokenUpdateListener: Playback.TokenUpdateListener? = null