【webrtc】rtc::Thread和std::thread 的用法

全局线程

  • itsfolf/Discord-Screenshare-Linux
#include "rtc_base/thread.h"

rtc::Thread* GlobalLoopThread() {
   
  static auto result = [] 

你可能感兴趣的:(WebRTC入门与实战,webrtc,实时音视频)