完善remb相关控制代码

This commit is contained in:
xia-chu
2021-05-06 10:40:21 +08:00
parent 6292824e34
commit 521d9f906b
3 changed files with 31 additions and 1 deletions

View File

@@ -719,6 +719,7 @@ public:
void setPlayRtspInfo(const string &sdp);
void enableTWCC(bool enable = true, TrackType type = TrackInvalid);
void enableREMB(bool enable = true, TrackType type = TrackInvalid);
private:
void matchMedia(shared_ptr<RtcSession> &ret, TrackType type, const vector<RtcMedia> &medias, const RtcTrackConfigure &configure);