Amazon Vinyl
    Preparing search index...

    Interface TrackConfigOptions

    General configuration for tracks set in track load options.

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

    Hierarchy (View Summary)

    Index
    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.