添加ssrc相关方法

This commit is contained in:
xiongziliang
2021-05-16 12:28:50 +08:00
parent d395d23eeb
commit f6eb84b413
2 changed files with 16 additions and 0 deletions

View File

@@ -645,6 +645,8 @@ public:
const RtcCodecPlan *getPlan(uint8_t pt) const;
const RtcCodecPlan *getPlan(const char *codec) const;
const RtcCodecPlan *getRelatedRtxPlan(uint8_t pt) const;
uint32_t getRtpSSRC() const;
uint32_t getRtxSSRC() const;
};
class RtcSession{