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

    Class BaseMultiTrackLane<C, S, T, TC>Abstract

    Marks a timeline lane that manages multiple tracks. Use this type when you need to accept any multi-track lane without caring about its concrete type.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Accessors

    Methods

    • Adds a track to this lane. Accepts either the track object itself or its ID, in which case the track is resolved from the track repository.

      Parameters

      • track: T
      • Optionalconfig: TC

        Optional per-track configuration (insertion index, style overrides, etc.).

      Returns void

      If a track with the same ID has already been added to this lane.

      If an ID is provided but no matching track exists in the track repository.

    • Parameters

      • id: T["id"]
      • Optionalconfig: TC

      Returns void