IssueNo:Add SoundPool feature(2/2)

Description: SoundPool Feature
Sig:SIG_MultiMedia
Feature or Bugfix:Feature
Binary Source: No

Signed-off-by: Meng.Lv <menglv0419@thundersoft.com>
Change-Id: I6a2d8fd0f0117a24844003ae05aa22b06bf09fdb
This commit is contained in:
Meng.Lv
2023-08-18 05:56:47 +00:00
parent 2e5db56ef2
commit 447e5601c2
+2
View File
@@ -301,6 +301,7 @@ typedef enum SystemCapabilityNum {
MULTIMEDIA_MEDIA_AVSCREENCAPTURE,
AI_INTELLIGENTVOICE_CORE,
FILE_PHOTO_ACCESS_HELPER_CORE,
MULTIMEDIA_MEDIA_SOUNDPOOL,
// Add before here
SYSCAP_BASIC_END = 500,
} SyscapNum;
@@ -584,6 +585,7 @@ const static SyscapWithNum g_arraySyscap[] = {
{"SystemCapability.Multimedia.Media.AVScreenCapture", MULTIMEDIA_MEDIA_AVSCREENCAPTURE},
{"SystemCapability.AI.IntelligentVoice.Core", AI_INTELLIGENTVOICE_CORE},
{"SystemCapability.FileManagement.PhotoAccessHelper.Core", FILE_PHOTO_ACCESS_HELPER_CORE},
{"SystemCapability.Multimedia.Media.SoundPool", MULTIMEDIA_MEDIA_SOUNDPOOL},
};
#ifdef __cplusplus