加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
huang-jianfei200 提交于 2022-11-17 19:20 . Repair version
{
"name": "@ohos/media_utils_lite",
"description": "Definition of public information such as media error code, and data types required for recording and playing audio and video.",
"version": "3.2",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/multimedia/media_utils_lite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "media_utils_lite",
"subsystem": "multimedia",
"syscap": [],
"features": [],
"adapted_system_type": [
"small"
],
"rom": "1024kB",
"ram": "500kB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"type": "none",
"name": "//foundation/multimedia/media_utils_lite:media_common" ,
"header": {
"header_files": [
"hal_camera.h",
"hal_display.h",
"data_stream.h",
"format.h",
"media_errors.h",
"media_info.h",
"media_log.h",
"source.h"
],
"header_base": [
"//foundation/multimedia/media_utils_lite/hals",
"//foundation/multimedia/media_utils_lite/interfaces/kits"
]
}
}
],
"test": []
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化