Searched refs:ScreenCapturerPipeWire (Results 1 – 3 of 3) sorted by relevance
18 ScreenCapturerPipeWire::ScreenCapturerPipeWire() in ScreenCapturerPipeWire() function in webrtc::ScreenCapturerPipeWire20 ScreenCapturerPipeWire::~ScreenCapturerPipeWire() {} in ~ScreenCapturerPipeWire()24 ScreenCapturerPipeWire::CreateRawScreenCapturer( in CreateRawScreenCapturer()26 return std::make_unique<ScreenCapturerPipeWire>(); in CreateRawScreenCapturer()
20 class ScreenCapturerPipeWire : public BaseCapturerPipeWire {22 ScreenCapturerPipeWire();23 ~ScreenCapturerPipeWire() override;28 RTC_DISALLOW_COPY_AND_ASSIGN(ScreenCapturerPipeWire);
31 return ScreenCapturerPipeWire::CreateRawScreenCapturer(options); in CreateRawScreenCapturer()