7 #ifndef APP_STREAM_DESCRIPTOR_H_
8 #define APP_STREAM_DESCRIPTOR_H_
15 namespace edash_packager {
24 std::string stream_selector;
27 std::string segment_template;
35 return a.input < b.input;
40 typedef std::multiset<StreamDescriptor, StreamDescriptorCompareFn>
50 bool InsertStreamDescriptor(
const std::string& descriptor_string,
51 StreamDescriptorList* descriptor_list);
56 #endif // APP_STREAM_DESCRIPTOR_H_