mirror of
https://github.com/openharmony/interface_sdk_c.git
synced 2026-08-24 22:51:25 -04:00
0695eed078
【录制框架】AVRecorder补充NDK接口 Created-by: liuxiang-7014 Commit-by: liuxiang-7014;liuxiang Merged-by: openharmony_ci Description: ### 相关的Issue https://gitcode.com/openharmony/xts_acts/issues/27480 ### 原因(目的、解决的问题等) AVRecorder补充NDK接口需求 ### 描述(做了什么,变更了什么) 新增接口 OH_AVRecorder_GetAudioCapturerMaxAmplitude、OH_AVRecorder_SetMetadata ### 自检结果(结果截图添加到下面) - [x] 是否通过C语法扫描 - [x] 是否通过注释规则扫描 - [x] 是否更新json文件 - [x] 实现代码是否已经合入 - [x] 目标是否已经添加到interface/sdk_c仓ndk依赖目标(ndk_targets.gni)里 - [x] 头文件library声明与SDK so库名称一致 实现代码合入链接: https://gitcode.com/openharmony/multimedia_player_framework/pull/7524 https://gitcode.com/openharmony/multimedia_player_framework/pull/7558 https://gitcode.com/openharmony/multimedia_player_framework/pull/7580 ### 兼容性影响评估,如有影响请写明(Y/N) - [ ] 不兼容 - [ ] 是否经过评审 ### L0新增用例自检结果 - [x] 是,有新增L0用例,且完成自检 - [ ] 否 ### API参考文档影响评估(提供docs仓pr链接) - [x] 是,已刷新API参考文档 - [ ] 否,不涉及刷新API参考文档 https://gitcode.com/openharmony-sig/interface_native_header/pull/3217 See merge request: openharmony/interface_sdk_c!4830