Loaded

data class Loaded(val source: Source) : SourceEvent

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

Constructors

Link copied to clipboard
constructor(source: Source)

Properties

Link copied to clipboard

The Source that finished loading.