23 ~I420InternalCapturerVideoSource();
25 static rtc::scoped_refptr<I420InternalCapturerVideoSource> Create();
27 void Render(
int width,
35 bool is_screencast()
const override;
36 absl::optional<bool> needs_denoising()
const override;
37 webrtc::MediaSourceInterface::SourceState state()
const override;
38 bool remote()
const override;
39 void OnFrame(
const webrtc::VideoFrame& frame)
override;
42 I420InternalCapturerVideoSource();
60 rtc::scoped_refptr<interface::InternalCapturerVideoSource> GetSource();
64 rtc::scoped_refptr<I420InternalCapturerVideoSource> source_;