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;
36 int16_t trick_play_rate;
42 return a.input < b.input;
47 typedef std::multiset<StreamDescriptor, StreamDescriptorCompareFn>
57 bool InsertStreamDescriptor(
const std::string& descriptor_string,
58 StreamDescriptorList* descriptor_list);
63 #endif // APP_STREAM_DESCRIPTOR_H_