Vinyl
    Preparing search index...

    Interface GetStreamingURLsWithFirstChunkV2Response

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

    Hierarchy (View Summary)

    Index

    Properties

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