From ed8b8030f11c5c8fee15a2e009f3f9a5ff6ee86f Mon Sep 17 00:00:00 2001 From: banana_pluto Date: Thu, 31 Jul 2025 16:27:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=8B=E5=8A=9B=E7=AE=A1=E6=8E=A7=E5=9B=9E?= =?UTF-8?q?=E8=B0=83=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: banana_pluto --- multimedia/camera_framework/capture_session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/camera_framework/capture_session.h b/multimedia/camera_framework/capture_session.h index 80c46e731..b1f92ae93 100644 --- a/multimedia/camera_framework/capture_session.h +++ b/multimedia/camera_framework/capture_session.h @@ -112,7 +112,7 @@ typedef void (*OH_CaptureSession_OnAutoDeviceSwitchStatusChange)(Camera_CaptureS * @since 20 */ typedef void (*OH_CaptureSession_OnSystemPressureLevelChange)(Camera_CaptureSession* session, - Camera_SystemPressureLevel* systemPressureLevel); + Camera_SystemPressureLevel systemPressureLevel); /** * @brief A listener for capture session. -- Gitee