23 virtual ~I420InternalCapturerVideoSource() =
default;
25 static rtc::scoped_refptr<I420InternalCapturerVideoSource> Create();
27 void Render(
int width,
35 void Render(
int width,
44 bool is_screencast()
const override;
45 absl::optional<bool> needs_denoising()
const override;
46 webrtc::MediaSourceInterface::SourceState state()
const override;
47 bool remote()
const override;
50 I420InternalCapturerVideoSource();
68 rtc::scoped_refptr<interface::InternalCapturerVideoSource> GetSource();
71 rtc::scoped_refptr<I420InternalCapturerVideoSource> source_;