Vinyl
    Preparing search index...

    Interface GetStreamingURLsWithFirstChunkV2Request

    interface GetStreamingURLsWithFirstChunkV2Request {
        appMetadata: dmls.StreamingAppMetadata;
        bitRate?: dmls.BitRate;
        clientMetadata: dmls.ClientMetadata;
        contentIdList: dmls.ContentID[];
        contentTypeList?: dmls.ContentType[];
        customerId?: null | string;
        customerInfo?: dmls.CustomerInfo;
        deviceToken: dmls.DeviceToken;
        drmType?: dmls.DrmType;
        flacSupportedDimensions?: dmls.FlacSupportedDimensions;
        format?: dmls.Format;
        httpBody?: string;
        httpHeadersMap?: Record<string, string>;
        musicRequestIdentityContext?: MusicRequestIdentityContext;
        protocol?: dmls.Protocol;
        testParameters?: Record<string, string>;
        tryAsinSubstitution?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bitRate?: dmls.BitRate
    clientMetadata: dmls.ClientMetadata
    contentIdList: dmls.ContentID[]
    contentTypeList?: dmls.ContentType[]
    customerId?: null | string
    customerInfo?: dmls.CustomerInfo
    deviceToken: dmls.DeviceToken
    drmType?: dmls.DrmType
    flacSupportedDimensions?: dmls.FlacSupportedDimensions
    format?: dmls.Format
    httpBody?: string
    httpHeadersMap?: Record<string, string>
    musicRequestIdentityContext?: MusicRequestIdentityContext
    protocol?: dmls.Protocol
    testParameters?: Record<string, string>
    tryAsinSubstitution?: boolean