Interface DurationChangeEvent

Fired when an event occurs.

interface DurationChangeEvent {
    date: Date;
    duration: number;
    type: DURATION_CHANGE;
}

Hierarchy (view full)

Properties

Properties

date: Date

The creation date of the event.

duration: number

The player's new duration, in msecs.

The type of the event.

Generated using TypeDoc