interface ShakaPlayerResponse {
    data: ArrayBuffer;
    fromCache: boolean;
    headers: {
        [key: string]: string;
    };
    originalUri: string;
    timeMs: number;
    uri: string;
}

Properties

data: ArrayBuffer
fromCache: boolean
headers: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
originalUri: string
timeMs: number
uri: string