src/webrtc/base
是webrtc基础平台库,包括线程、锁、socket,智能指针等.
智能指针
refcount.h
定义了rtc::RefCountInterface:
1 | #include "webrtc/base/refcountedobject.h" |
refcountedobject.h
下定义了RefCountedObject:
1 | #include <utility> |
src/webrtc/base
是webrtc基础平台库,包括线程、锁、socket,智能指针等.
refcount.h
定义了rtc::RefCountInterface:
1 | #include "webrtc/base/refcountedobject.h" |
refcountedobject.h
下定义了RefCountedObject:
1 | #include <utility> |
微信打赏
支付宝打赏