Emitted when the current source has been unloaded.

interface SourceUnloadedEvent {
    name: string;
    source: EventSource;
    timestamp: number;
}

Hierarchy (view full)

Properties

Properties

name: string

This event name as it is on the native side.

source: EventSource

Source that was unloaded from player.

timestamp: number

The UNIX timestamp in which this event happened.