Interface StateTimelineEvent

An event must have a time number

interface StateTimelineEvent {
    state: PlaybackState;
    time: number;
}

Hierarchy (view full)

Properties

Properties

time: number