@byomakase/omakase-player
    Preparing search index...

    Interface MarkerTrackStyle

    interface MarkerTrackStyle {
        markerColor: Color;
        momentToSpanningThreshold?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    markerColor: Color
    momentToSpanningThreshold?: number

    Threshold in seconds for considering a marker to render as a MOMENT_MARKER instead of SPANNING_MARKER.