32 const std::string& default_audio_language,
33 const std::string& default_text_language,
34 const std::vector<CeaCaption>& closed_captions,
35 const bool is_independent_segments,
36 const bool create_session_keys =
false);
49 const std::string& output_dir,
50 const std::list<MediaPlaylist*>& playlists);
56 std::string written_playlist_;
57 const std::filesystem::path file_name_;
58 const std::string default_audio_language_;
59 const std::string default_text_language_;
60 const std::vector<CeaCaption> closed_captions_;
61 bool is_independent_segments_;
62 bool create_session_keys_;