Fired when an event occurs.

interface ProgressEvent {
    buffered: TimeRange[];
    date: Date;
    seekable: TimeRange[];
    type: PROGRESS;
}

Hierarchy (view full)

Properties

buffered: TimeRange[]

The ranges of the media resource that are buffered by the player.

date: Date

The creation date of the event.

seekable: TimeRange[]

The ranges of the media resource that are seekable by the player.

type: PROGRESS

The type of the event.