Emitted when seeking has finished and data to continue playback is available. This event only applies to VoD streams. When looking for an equivalent for live streams, the TimeShiftedEvent is relevant.

interface SeekedEvent {
    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.