添加rtp rtmp个数统计

This commit is contained in:
xia-chu
2021-02-05 16:49:11 +08:00
parent 62ba87dd0f
commit 14b318525e
6 changed files with 23 additions and 2 deletions

View File

@@ -172,6 +172,10 @@ public:
private:
friend class ResourcePool_l<RtpPacket>;
RtpPacket() = default;
private:
//对象个数统计
ObjectStatistic<RtpPacket> _statistic;
};
class RtpPayload {