1 Star 0 Fork 604

LJH/multimedia_player_framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 4.30 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@ohos/player_framework",
"description": "Media standard provides atomic capabilities",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/multimedia/player_framework"
},
"dirs": {},
"scripts": {},
"component": {
"name": "multimedia_player_framework",
"subsystem": "multimedia",
"syscap": [
"SystemCapability.Multimedia.Media.Core",
"SystemCapability.Multimedia.Media.AudioPlayer",
"SystemCapability.Multimedia.Media.VideoPlayer",
"SystemCapability.Multimedia.Media.AudioRecorder",
"SystemCapability.Multimedia.Media.VideoRecorder",
"SystemCapability.Multimedia.Media.AudioDecoder",
"SystemCapability.Multimedia.Media.AudioEncoder",
"SystemCapability.Multimedia.Media.VideoDecoder",
"SystemCapability.Multimedia.Media.VideoEncoder",
"SystemCapability.Multimedia.Media.CodecBase",
"SystemCapability.Multimedia.Media.AVPlayer",
"SystemCapability.Multimedia.Media.AVRecorder",
"SystemCapability.MultiMedia.SystemSound.Core"
],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "10000KB",
"ram": "10000KB",
"hisysevent_config": [
"//foundation/multimedia/player_framework/hisysevent.yaml"
],
"deps": {
"components": [
"safwk",
"hiviewdfx_hilog_native",
"window_manager",
"napi",
"startup_l2",
"samgr",
"libxml2",
"thirdparty_bounds_checking_function",
"hitrace_native",
"multimedia_audio_framework",
"ipc",
"graphic_standard",
"hisysevent_native",
"c_utils",
"hilog_native",
"zlib",
"access_token",
"multimedia_image_framework",
"common"
],
"third_party": [
"glib",
"gstreamer",
"libffi",
"ffmpeg"
]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": [
"//foundation/multimedia/player_framework/interfaces/kits/js:napi_packages",
"//foundation/multimedia/player_framework/interfaces/kits/c:capi_packages",
"//foundation/multimedia/player_framework/interfaces/inner_api/native:media_client"
],
"service_group": [
"//foundation/multimedia/player_framework/services:media_services_package",
"//foundation/multimedia/player_framework/sa_profile:media_service_sa_profile"
]
},
"inner_kits": [
{
"type": "so",
"name": "//foundation/multimedia/player_framework/interfaces/inner_api/native:media_client",
"header": {
"header_files": [
"avcodec_audio_decoder.h",
"avcodec_audio_encoder.h",
"avcodec_video_decoder.h",
"avcodec_video_encoder.h",
"player.h",
"recorder.h"
],
"header_base": "//foundation/multimedia/player_framework/interfaces/inner_api/native"
}
},
{
"type": "none",
"name": "//foundation/multimedia/player_framework/interfaces/kits/js:napi_packages",
"header": {
"header_files": [
"native_module_ohos_media.h"
],
"header_base": "//foundation/multimedia/player_framework/interfaces/kits/js"
}
},
{
"type": "none",
"name": "//foundation/multimedia/player_framework/frameworks/native/system_sound:audio_ringtone_client",
"header": {
"header_files": [
"iringtone_player.h",
"iringtone_sound_manager.h"
],
"header_base": "//foundation/multimedia/player_framework/interfaces/inner_api/native/audio_ringtone/include"
}
}
],
"test": [
"//foundation/multimedia/player_framework/test:media_demo_test",
"//foundation/multimedia/player_framework/test:media_fuzz_test",
"//foundation/multimedia/player_framework/test:media_unit_test"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lu_jianhui/multimedia_player_framework.git
git@gitee.com:lu_jianhui/multimedia_player_framework.git
lu_jianhui
multimedia_player_framework
multimedia_player_framework
master

搜索帮助