38 const std::string& default_audio_language,
39 const std::string& default_text_language,
40 const std::vector<CeaCaption>& closed_captions,
41 const bool is_independent_segments,
42 const bool create_session_keys =
false);
55 const std::string& output_dir,
56 const std::list<MediaPlaylist*>& playlists);
62 std::string written_playlist_;
63 const std::filesystem::path file_name_;
64 const std::string default_audio_language_;
65 const std::string default_text_language_;
66 const std::vector<CeaCaption> closed_captions_;
67 bool is_independent_segments_;
68 bool create_session_keys_;