Vinyl
    Preparing search index...

    Interface GetStreamingUrlsResponse

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

    Hierarchy (View Summary)

    Index

    Properties

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