Loaded

data class Loaded(source: Source) : SourceEvent

Emitted when a Source was loaded. This does not mean that the source is immediately ready for playback.

Constructors

Loaded
Link copied to clipboard
fun Loaded(source: Source)

Properties

source
Link copied to clipboard
val source: Source
The Source that finished loading.

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.