mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user