Vinyl
    Preparing search index...

    Interface GetStreamingURLsWithFirstChunkResponse

    interface GetStreamingURLsWithFirstChunkResponse {
        contentResponseList: dmls.PreloadedContentResponse[];
        requestId: string;
        signature: string;
        statusCode: dmls.StatusCode;
        statusMessage: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentResponseList: dmls.PreloadedContentResponse[]
    requestId: string
    signature: string
    statusCode: dmls.StatusCode
    statusMessage: string