19 virtual ~I420InternalCapturerVideoSource() =
default;
21 static rtc::scoped_refptr<I420InternalCapturerVideoSource> Create();
23 void Render(
int width,
31 void Render(
int width,
40 bool is_screencast()
const override;
41 absl::optional<bool> needs_denoising()
const override;
42 webrtc::MediaSourceInterface::SourceState state()
const override;
43 bool remote()
const override;
46 I420InternalCapturerVideoSource();
64 rtc::scoped_refptr<interface::InternalCapturerVideoSource> GetSource();
67 rtc::scoped_refptr<I420InternalCapturerVideoSource> source_;