Interface VideoStream

interface VideoStream {
    adaptiveFormats: VideoFormat[];
    dashManifestUrl?: string;
    expiresInSeconds: string;
    formats: VideoFormat[];
    hlsManifestUrl?: string;
    player?: {
        url: string;
    };
}

Properties

adaptiveFormats: VideoFormat[]
dashManifestUrl?: string
expiresInSeconds: string
formats: VideoFormat[]
hlsManifestUrl?: string
player?: {
    url: string;
}

Type declaration

  • url: string