29 class OpenCVInternalCapturerVideoSource
30 :
public I420CapturerVideoSource::I420InternalCapturerVideoSource {
32 ~OpenCVInternalCapturerVideoSource();
34 static rtc::scoped_refptr<OpenCVInternalCapturerVideoSource> Create();
36 bool Render(cv::Mat mat);
39 OpenCVInternalCapturerVideoSource();
50 rtc::scoped_refptr<interface::InternalCapturerVideoSource> GetSource();
54 rtc::scoped_refptr<OpenCVInternalCapturerVideoSource> source_;