PeerConnectionClient示例Conductor实例化

时间:2013-11-20 23:09:06

标签: c++ webrtc

...对于main.cc中的WebRTC示例如下:

talk_base::scoped_refptr<Conductor> conductor( new talk_base::RefCountedObject<Conductor>(&client, &wnd));

有人可以详细说明正在发生的事情,尤其是为什么需要引用计数导体和为什么定制智能指针?

0 个答案:

没有答案