mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 10:21:25 -04:00
!305 IssueNo:Add SoundPool feature(2/2)
Merge pull request !305 from MengLv/master
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