interface ParsedPlaylist {
    isLive: boolean;
    renditions: RenditionInfo[];
    type: PlaylistType;
}

Properties

isLive: boolean
renditions: RenditionInfo[]