15 virtual ~I420InternalCapturerVideoSource() =
default;
17 static rtc::scoped_refptr<I420InternalCapturerVideoSource> Create();
19 void Render(
int width,
27 void Render(
int width,
36 bool is_screencast()
const override;
37 absl::optional<bool> needs_denoising()
const override;
38 webrtc::MediaSourceInterface::SourceState state()
const override;
39 bool remote()
const override;
42 I420InternalCapturerVideoSource();
60 rtc::scoped_refptr<interface::InternalCapturerVideoSource> GetSource();
63 rtc::scoped_refptr<I420InternalCapturerVideoSource> source_;