From 2c4854e252adeb6ec41869dccf6ef48cc19e4fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=80=E9=B8=A3?= Date: Tue, 10 Jun 2025 02:04:52 +0000 Subject: [PATCH] add unsupport return for new inner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李一鸣 --- interfaces/inner_api/native/screen_capture.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interfaces/inner_api/native/screen_capture.h b/interfaces/inner_api/native/screen_capture.h index 5a8605d58..f73788e28 100644 --- a/interfaces/inner_api/native/screen_capture.h +++ b/interfaces/inner_api/native/screen_capture.h @@ -288,6 +288,10 @@ public: { return nullptr; } + static std::shared_ptr CreateScreenCapture(OHOS::AudioStandard::AppInfo &appInfo) + { + return nullptr; + } #else static std::shared_ptr CreateScreenCapture(); static std::shared_ptr CreateScreenCapture(OHOS::AudioStandard::AppInfo &appInfo); -- Gitee