27 const NewStreamInfoCB& new_stream_info_cb,
28 const EmitSampleCB& emit_sample_cb);
32 void Reset()
override;
40 bool UpdateVideoDecoderConfig(
int sps_id)
override;
42 int64_t CalculateSampleDuration(
int pps_id)
override;
44 NewStreamInfoCB new_stream_info_cb_;
47 std::shared_ptr<StreamInfo> last_video_decoder_config_;
48 bool decoder_config_check_pending_;
50 std::unique_ptr<H265Parser> h265_parser_;