Type Alias DashFileConfig

DashFileConfig: {
    audio: DashFileAudio[];
    base_url: string;
    clip_id: string;
    video: DashFileVideo[];
}