startSendRtp、startRecord接口支持缓存多个gop (#4180)

This commit is contained in:
xia-chu
2025-03-07 23:26:48 +08:00
parent 479a3fb9bb
commit 11d1b849ec
4 changed files with 11 additions and 11 deletions

View File

@@ -231,7 +231,7 @@ protected:
bool onTrackFrame_l(const Frame::Ptr &frame);
private:
void createGopCacheIfNeed();
void createGopCacheIfNeed(size_t gop_count);
std::shared_ptr<MediaSinkInterface> makeRecorder(MediaSource &sender, Recorder::type type);
private: