mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-05 10:58:11 +08:00
添加ssrc相关方法
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user