未验证 提交 8ebb5a6a 编写于 作者: O openharmony_ci 提交者: Gitee

!7766 【轻量级 PR】:【OpenHarmony开源贡献者计划2022】update zh-cn/application-dev/media/opensles-playback.md.文档注释

Merge pull request !7766 from 神经蛙/N/A
......@@ -39,7 +39,7 @@
0
};
//具体参数需要根据音频文件格式进行适配
// 具体参数需要根据音频文件格式进行适配
SLDataFormat_PCM pcmFormat = {
SL_DATAFORMAT_PCM,
2,
......@@ -82,7 +82,7 @@
return;
}
//wavFile_ 需要设置为用户想要播放的文件描述符
// wavFile_ 需要设置为用户想要播放的文件描述符
wavFile_ = fopen(path, "rb");
(*bufferQueueItf)->RegisterCallback(bufferQueueItf, BufferQueueCallback, wavFile_);
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册