7 #ifndef PACKAGER_MEDIA_FORMATS_WEBM_WEBM_MUXER_H_ 8 #define PACKAGER_MEDIA_FORMATS_WEBM_WEBM_MUXER_H_ 10 #include "packager/media/base/muxer.h" 27 Status InitializeMuxer()
override;
28 Status Finalize()
override;
30 Status FinalizeSegment(
size_t stream_id,
33 void FireOnMediaStartEvent();
34 void FireOnMediaEndEvent();
36 std::unique_ptr<Segmenter> segmenter_;
45 #endif // PACKAGER_MEDIA_FORMATS_WEBM_WEBM_MUXER_H_
All the methods that are virtual are virtual for mocking.