Interface SeekPreviewArgs

interface SeekPreviewArgs {
    marker?: SeekBarMarker;
    position: number;
}

Hierarchy (view full)

Properties

Properties

marker?: SeekBarMarker

The timeline marker associated with the current position, if existing.

position: number

The timeline position in percent where the event originates from.