CapturerTrackSource 创建 stream 管理了一个采集管理类CapturerTrackSource 首先,是一个webrtc的webrtc::VideoTrackSource 我们关注下他的创建过程: CapturerTrackSource 封装了视频采集管理类 VcmCapturer private: rtc::VideoSourceInterface<webrtc::VideoFrame>* source() override {