7 #ifndef PACKAGER_MEDIA_FORMATS_MP2T_TS_MUXER_H_
8 #define PACKAGER_MEDIA_FORMATS_MP2T_TS_MUXER_H_
10 #include "packager/base/macros.h"
11 #include "packager/media/base/muxer.h"
12 #include "packager/media/formats/mp2t/ts_segmenter.h"
27 Status Initialize()
override;
28 Status Finalize()
override;
30 scoped_refptr<MediaSample> sample)
override;
32 void FireOnMediaStartEvent();
33 void FireOnMediaEndEvent();
35 std::unique_ptr<TsSegmenter> segmenter_;
37 DISALLOW_COPY_AND_ASSIGN(
TsMuxer);
44 #endif // PACKAGER_MEDIA_FORMATS_MP2T_TS_MUXER_H_