webrtc 中的 rtc::scoped_refptr
rtc::scoped_refptr 相当于一智能指针;应用方法,是 所应用的类 必须继承public rtc::RefCountInterface;和通常的设计方式一样;template <class T>class RefCountedObject : public T {......; virtual int AddRef() const {...