bitmovin-player-ui
    Preparing search index...

    Interface SeekPreviewArgs

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

    Hierarchy (View Summary)

    Index

    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.