添加媒体生成源信息

This commit is contained in:
xiongziliang
2020-09-27 11:32:49 +08:00
parent 2cf66594e8
commit 5cd8e8ae1c
20 changed files with 249 additions and 12 deletions

View File

@@ -109,6 +109,11 @@ public:
}
_shutdownCB = cb;
}
std::shared_ptr<SockInfo> getSockInfo() const{
return dynamic_pointer_cast<SockInfo>(_delegate);
}
protected:
PusherBase::Event _shutdownCB;
PusherBase::Event _publishCB;