mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-05 02:38:10 +08:00
完善获取媒体读取器个数方法
This commit is contained in:
@@ -65,7 +65,12 @@ public:
|
||||
//获取媒体源的rtp环形缓冲
|
||||
return _pRing;
|
||||
}
|
||||
const string& getSdp() const {
|
||||
|
||||
int readerCount() override {
|
||||
return _pRing->readerCount();
|
||||
}
|
||||
|
||||
const string& getSdp() const {
|
||||
//获取该源的媒体描述信息
|
||||
return _strSdp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user