9 #ifndef PACKAGER_MEDIA_BASE_MUXER_UTIL_H_
10 #define PACKAGER_MEDIA_BASE_MUXER_UTIL_H_
14 #include "packager/status.h"
26 Status ValidateSegmentTemplate(
const std::string& segment_template);
35 std::string GetSegmentName(
const std::string& segment_template,
36 uint64_t segment_start_time,
37 uint32_t segment_index,
43 #endif // PACKAGER_MEDIA_BASE_MUXER_UTIL_H_