Vinyl
    Preparing search index...

    Interface GetStreamingURLsWithFirstChunkV2Response

    interface GetStreamingURLsWithFirstChunkV2Response {
        clientCertificate?: string;
        contentResponseList: dmls.PreloadedContentResponse[];
        drmPlaybackResource?: dmls.DrmPlaybackResource;
        requestId: string;
        signature: string;
        statusCode: dmls.StatusCode;
        statusMessage: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clientCertificate?: string
    contentResponseList: dmls.PreloadedContentResponse[]
    drmPlaybackResource?: dmls.DrmPlaybackResource
    requestId: string
    signature: string
    statusCode: dmls.StatusCode
    statusMessage: string