Searched refs:WindowCapturerX11 (Results 1 – 3 of 3) sorted by relevance
35 WindowCapturerX11::WindowCapturerX11(const DesktopCaptureOptions& options) in WindowCapturerX11() function in webrtc::WindowCapturerX1152 WindowCapturerX11::~WindowCapturerX11() { in ~WindowCapturerX11()56 bool WindowCapturerX11::GetSourceList(SourceList* sources) { in GetSourceList()67 bool WindowCapturerX11::SelectSource(SourceId id) { in SelectSource()88 bool WindowCapturerX11::FocusOnSelectedSource() { in FocusOnSelectedSource()134 void WindowCapturerX11::Start(Callback* callback) { in Start()141 void WindowCapturerX11::CaptureFrame() { in CaptureFrame()187 bool WindowCapturerX11::IsOccluded(const DesktopVector& pos) { in IsOccluded()192 bool WindowCapturerX11::HandleXEvent(const XEvent& event) { in HandleXEvent()210 bool WindowCapturerX11::GetWindowTitle(::Window window, std::string* title) { in GetWindowTitle()[all …]
32 class WindowCapturerX11 : public DesktopCapturer,35 explicit WindowCapturerX11(const DesktopCaptureOptions& options);36 ~WindowCapturerX11() override;69 RTC_DISALLOW_COPY_AND_ASSIGN(WindowCapturerX11);
36 return WindowCapturerX11::CreateRawWindowCapturer(options); in CreateRawWindowCapturer()