export interface CaptionTrack { baseUrl: string; translateable: boolean; languageCode: string; name: string; }