Vinyl
    Preparing search index...

    Interface SourceTrackBaseOptions

    General configuration for tracks set in track load options.

    interface SourceTrackBaseOptions {
        drm?: Partial<DrmOptions>;
        extra?: any;
        qualityMetadata?: Maybe<Partial<MediaQualityMetadata>>;
        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.

    qualityMetadata?: Maybe<Partial<MediaQualityMetadata>>

    Quality metadata. May be used to configure DRM (for native HLS), codec, or other track metadata.

    startTime?: Maybe<number>

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