Optional ReadonlyconfigThe track configuration.
Optional ReadonlydashIf 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' }
Optional ReadonlyhlsIf 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' }
ReadonlytypeThe track type, used to map to a track factory.
ReadonlyuriThe track Uri in the format 'asin://B0B5HKZZ98'.
AsinTrack constructor options.