Represents a seeking position.

interface SeekPosition {
    source: EventSource;
    time: number;
}

Properties

Properties

source: EventSource

The relevant Source.

time: number

The position within the Source in seconds.