Searched refs:WindowCapturerNull (Results 1 – 1 of 1) sorted by relevance
21 class WindowCapturerNull : public DesktopCapturer { class23 WindowCapturerNull();24 ~WindowCapturerNull() override;35 RTC_DISALLOW_COPY_AND_ASSIGN(WindowCapturerNull);38 WindowCapturerNull::WindowCapturerNull() {} in WindowCapturerNull() function in webrtc::__anon5b87fa160111::WindowCapturerNull39 WindowCapturerNull::~WindowCapturerNull() {} in ~WindowCapturerNull()41 bool WindowCapturerNull::GetSourceList(SourceList* sources) { in GetSourceList()46 bool WindowCapturerNull::SelectSource(SourceId id) { in SelectSource()51 void WindowCapturerNull::Start(Callback* callback) { in Start()58 void WindowCapturerNull::CaptureFrame() { in CaptureFrame()[all …]