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;
38 return a.input < b.input;
43 typedef std::multiset<StreamDescriptor, StreamDescriptorCompareFn>
53 bool InsertStreamDescriptor(
const std::string& descriptor_string,
54 StreamDescriptorList* descriptor_list);
59 #endif // APP_STREAM_DESCRIPTOR_H_