Searched refs:ScreenCaptureNativeMock (Results 1 – 3 of 3) sorted by relevance
65 ScreenCaptureNativeMock::~ScreenCaptureNativeMock() in ~ScreenCaptureNativeMock()84 int32_t ScreenCaptureNativeMock::StartScreenCapture() in StartScreenCapture()105 int32_t ScreenCaptureNativeMock::Init(AVScreenCaptureConfig config) in Init()111 int32_t ScreenCaptureNativeMock::StopScreenCapture() in StopScreenCapture()117 int32_t ScreenCaptureNativeMock::StartScreenRecording() in StartScreenRecording()127 int32_t ScreenCaptureNativeMock::StopScreenRecording() in StopScreenRecording()133 int32_t ScreenCaptureNativeMock::Release() in Release()145 int32_t ScreenCaptureNativeMock::SetMicrophoneEnabled(bool isMicrophone) in SetMicrophoneEnabled()151 int32_t ScreenCaptureNativeMock::SetCanvasRotation(bool canvasRotation) in SetCanvasRotation()173 int32_t ScreenCaptureNativeMock::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate()[all …]
23 class ScreenCaptureNativeMock : public ScreenCaptureMock {25 …explicit ScreenCaptureNativeMock(std::shared_ptr<ScreenCapture> screencapture) : screenCapture_(sc… in ScreenCaptureNativeMock() function26 ~ScreenCaptureNativeMock();
26 return std::make_shared<ScreenCaptureNativeMock>(screencap); in CreateScreenCapture()