Emitted when a source is loaded into the player. Seeking and time shifting are allowed as soon as this event is seen.

interface PlayerActiveEvent {
    name: string;
    timestamp: number;
}

Hierarchy (view full)

Properties

Properties

name: string

This event name as it is on the native side.

timestamp: number

The UNIX timestamp in which this event happened.