添加对象统计接口

This commit is contained in:
xiongziliang
2021-01-23 09:44:37 +08:00
parent 291caf537a
commit aa45590c13
9 changed files with 76 additions and 1 deletions

View File

@@ -192,6 +192,8 @@ private:
mutex _rtp_sender_mtx;
unordered_map<string, RtpSender::Ptr> _rtp_sender;
#endif //ENABLE_RTPPROXY
//对象个数统计
ObjectStatistic<MultiMediaSourceMuxer> _statistic;
};
}//namespace mediakit