36 std::shared_ptr<Muxer>
CreateMuxer(MediaContainerName output_format,
37 const StreamDescriptor& stream);
43 void SetTsStreamOffset(int32_t offset_ms) {
44 transport_stream_timestamp_offset_ms_ = offset_ms;
51 const Mp4OutputParams mp4_params_;
52 const std::string temp_dir_;
53 int32_t transport_stream_timestamp_offset_ms_ = 0;
54 std::shared_ptr<Clock> clock_ =
nullptr;