Vinyl
    Preparing search index...

    Interface GetDashManifestsV2Request

    interface GetDashManifestsV2Request {
        appInfo: AppInfo;
        bitrateTypeList?: BitrateType[];
        contentIdList: ContentIdentifier[];
        contentProtectionList?: ContentProtection[];
        customerId?: null | string;
        customerInfo?: CustomerInfo;
        deviceToken: DeviceToken;
        musicDashVersionList: MusicDashVersion[];
        musicRequestIdentityContext?: MusicRequestIdentityContext;
        testParameters?: Record<string, string>;
        try3dAsinSubstitution?: boolean;
        tryAsinSubstitution?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    appInfo: AppInfo
    bitrateTypeList?: BitrateType[]
    contentIdList: ContentIdentifier[]
    contentProtectionList?: ContentProtection[]
    customerId?: null | string
    customerInfo?: CustomerInfo
    deviceToken: DeviceToken
    musicDashVersionList: MusicDashVersion[]
    musicRequestIdentityContext?: MusicRequestIdentityContext
    testParameters?: Record<string, string>
    try3dAsinSubstitution?: boolean
    tryAsinSubstitution?: boolean