Vinyl
    Preparing search index...

    Interface AsinTrackLoadOptions

    AsinTrack constructor options.

    interface AsinTrackLoadOptions {
        config?: Maybe<TrackBaseOptions>;
        dash?: Maybe<AsinDashUrlResult>;
        hls?: Maybe<AsinHlsResult>;
        type: "asin";
        uri: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The track configuration.

    If set, the Dash streaming url will not be resolved through DMLS, instead this will be the result used.

    E.g. dash: { url: 'https://example.com/manifest.mpd', cdnType: 'cf-d29r7idq0wxsiz' }

    If set, the HLS streaming url and certificate will not be resolved through DMLS, instead this will be the result used.

    HLS is chosen when WebKitMediaKeys is present.

    E.g. hls: { url: 'https://example.com/manifest.m3u8', cdnType: 'cf-d29r7idq0wxsiz' }

    type: "asin"

    The track type, used to map to a track factory.

    uri: string

    The track Uri in the format 'asin://B0B5HKZZ98'.