7 #ifndef APP_STREAM_DESCRIPTOR_H_
8 #define APP_STREAM_DESCRIPTOR_H_
15 #include "packager/media/base/container_names.h"
26 std::string stream_selector;
29 std::string segment_template;
32 MediaContainerName output_format;
34 std::string hls_group_id;
35 std::string hls_playlist_name;
41 return a.input < b.input;
46 typedef std::multiset<StreamDescriptor, StreamDescriptorCompareFn>
56 bool InsertStreamDescriptor(
const std::string& descriptor_string,
57 StreamDescriptorList* descriptor_list);
62 #endif // APP_STREAM_DESCRIPTOR_H_