Vinyl
    Preparing search index...

    Interface TrackBaseOptions

    General configuration for tracks set in track load options.

    interface TrackBaseOptions {
        drm?: Partial<DrmOptions>;
        extra?: any;
        startTime?: Maybe<number>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    drm?: Partial<DrmOptions>

    DRM Configuration overrides for this track.

    extra?: any

    Extra application data to associate with the track.

    startTime?: Maybe<number>

    The time to seek to when the track has been activated. For MSE tracks this will affect pre-fetching.