From 45ad650302cfdc730051e938203eddd8fd64ae8b Mon Sep 17 00:00:00 2001 From: Trouvaille Date: Wed, 21 May 2025 18:00:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=95=E5=B1=8FNDK=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Trouvaille --- multimedia/player_framework/native_avscreen_capture_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/player_framework/native_avscreen_capture_base.h b/multimedia/player_framework/native_avscreen_capture_base.h index 52412d56a..776e17ec5 100644 --- a/multimedia/player_framework/native_avscreen_capture_base.h +++ b/multimedia/player_framework/native_avscreen_capture_base.h @@ -488,7 +488,7 @@ typedef enum OH_AVScreenCaptureFilterableAudioContent { * @since 20 */ typedef enum OH_AVScreenCaptureContentChangedEvent { - /* Content is hiden */ + /* Content is hidden */ OH_SCREEN_CAPTURE_CONTENT_HIDE = 0, /* Content is visible */ OH_SCREEN_CAPTURE_CONTENT_VISIBLE = 1, -- Gitee