Vinyl
    Preparing search index...

    Interface GetDashManifestsContentIdentifierResponse

    interface GetDashManifestsContentIdentifierResponse {
        cdnType?: string;
        contentIdentifier?: dmls.ContentIdentifier;
        contentResponseStatusCode?: dmls.MpegDashContentResponseStatusCode;
        contentResponseStatusMessage?: string;
        expiration?: dmls.ManifestExpiration;
        manifest?: string;
        musicDashVersion?: dmls.MusicDashVersion;
        substituteAsin?: string;
    }
    Index

    Properties

    cdnType?: string
    contentIdentifier?: dmls.ContentIdentifier
    contentResponseStatusCode?: dmls.MpegDashContentResponseStatusCode
    contentResponseStatusMessage?: string
    manifest?: string
    musicDashVersion?: dmls.MusicDashVersion
    substituteAsin?: string