bitmovin-player-ui
    Preparing search index...

    Interface SeekPreviewEventArgs

    Event argument interface for a seek preview event.

    interface SeekPreviewEventArgs {
        marker?: SeekBarMarker;
        position: number;
        scrubbing: boolean;
    }

    Hierarchy (View Summary)

    Index

    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.

    scrubbing: boolean

    Tells if the seek preview event comes from a scrubbing.