21 class OpenCVInternalCapturerVideoSource
22 :
public I420CapturerVideoSource::I420InternalCapturerVideoSource {
24 ~OpenCVInternalCapturerVideoSource();
26 static rtc::scoped_refptr<OpenCVInternalCapturerVideoSource> Create();
28 bool Render(cv::Mat mat);
31 OpenCVInternalCapturerVideoSource();
42 rtc::scoped_refptr<interface::InternalCapturerVideoSource> GetSource();
46 rtc::scoped_refptr<OpenCVInternalCapturerVideoSource> source_;