25 class OpenCVInternalCapturerVideoSource
26 :
public I420CapturerVideoSource::I420InternalCapturerVideoSource {
28 ~OpenCVInternalCapturerVideoSource();
30 static rtc::scoped_refptr<OpenCVInternalCapturerVideoSource> Create();
32 bool Render(cv::Mat mat);
35 OpenCVInternalCapturerVideoSource();
46 rtc::scoped_refptr<interface::InternalCapturerVideoSource> GetSource();
50 rtc::scoped_refptr<OpenCVInternalCapturerVideoSource> source_;