Vinyl
    Preparing search index...

    Interface CoidTrackLoadOptions

    interface CoidTrackLoadOptions {
        config?: Maybe<TrackBaseOptions>;
        src?: Maybe<CdnUrl>;
        type: "coid";
        uri: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The track configuration.

    src?: Maybe<CdnUrl>

    If set, the audio source will not be resolved through DMLS, instead this result will be used.

    src: { url: 'https://example.com/manifest.mp3', cdnType: 'cf-d29r7idq0wxsiz' }

    type: "coid"

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

    uri: string

    The track identifier.