提交 782ba813 编写于 作者: Y yangpeng

修改资料中音频编解码回调函数名

Signed-off-by: Nyangpeng <yangpeng43@huawei.com>
上级 02468c5b
......@@ -71,7 +71,7 @@
2. 调用OH_AudioDecoder_SetCallback()设置回调函数。
注册回调函数指针集合OH_AVCodecAsyncCallback,包括:
- OH_AVCodecOnError:解码器运行错误
- OH_AVCodecOnError:解码器运行错误
- OH_AVCodecOnStreamChanged:码流信息变化,如声道变化等。
- OH_AVCodecOnNeedInputData:运行过程中需要新的输入数据,即解码器已准备好,可以输入数据。
- OH_AVCodecOnNewOutputData:运行过程中产生了新的输出数据,即解码完成。
......
......@@ -74,7 +74,7 @@
注册回调函数指针集合OH_AVCodecAsyncCallback,包括:
- OH_AVCodecOnError:编码器运行错误
- OH_AVCodecOnError:编码器运行错误
- OH_AVCodecOnStreamChanged:码流信息变化,如声道变化等。
- OH_AVCodecOnNeedInputData:运行过程中需要新的输入数据,即编码器已准备好,可以输入PCM数据。
- OH_AVCodecOnNewOutputData:运行过程中产生了新的输出数据,即编码完成。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册