diff --git a/multimedia/player_framework/native_avscreen_capture_base.h b/multimedia/player_framework/native_avscreen_capture_base.h index 918763868295ab730a3bf350737964598a6f3fd8..8fc870335e83167720ec85663728a04b2b1e4ada 100644 --- a/multimedia/player_framework/native_avscreen_capture_base.h +++ b/multimedia/player_framework/native_avscreen_capture_base.h @@ -455,6 +455,8 @@ typedef enum OH_AVScreenCaptureBufferType { typedef enum OH_AVScreenCaptureFilterableAudioContent { /* Audio content of notification sound */ OH_SCREEN_CAPTURE_NOTIFICATION_AUDIO = 0, + /* Audio content of the sound of the app itself */ + OH_SCREEN_CAPTURE_CURRENT_APP_AUDIO = 1, } OH_AVScreenCaptureFilterableAudioContent; /**