Interface PrivateDashFiles

interface PrivateDashFiles {
    cdns: Record<string, PrivateFileCDN>;
    default_cdn: string;
    separate_av: boolean;
    streams: DashStream[];
    streams_avc: DashStream[];
}

Hierarchy (view full)

Properties

cdns: Record<string, PrivateFileCDN>
default_cdn: string
separate_av: boolean
streams: DashStream[]
streams_avc: DashStream[]