提交 a44f4170 编写于 作者: J jiaoyanlin3

Description of openSLES interface development

Signed-off-by: Njiaoyanlin3 <jiaoyanlin3@huawei.com>
上级 44c71477
......@@ -8,9 +8,9 @@ OpenSLES(Open Sound Library for Embedded System)即嵌入式音频加速标
|对象 |对外接口 |接口调用详情 |是否支持 |说明 |
| ------------------ | -------------------- | -------------------------------------------------------------------------------------|----------| -------------------- |
|SLEngineItf |CreateAudioPlayer |CreateAudioPlayer(SLEngineItf self, SLObjectItf *pPlayer, SLDataSource *pAudioSrc, SLDataSink *pAudioSnk, SLuint32 numInterfaces,const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) |是 |创建音频播放机。 |
|SLEngineItf |CreateAudioRecorder |reateAudioRecorder(SLEngineItf self, SLObjectItf *pRecorder, SLDataSource *pAudioSrc, SLDataSink *pAudioSnk, SLuint32 numInterfaces,const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)|是 |创建音频录制器。 |
|SLEngineItf |CreateAudioOutputMix |CreateOutputMix(SLEngineItf self, SLObjectItf *pMix, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds,const SLboolean *pInterfaceRequired)|是 |创建混音器。 |
|SLEngineItf |CreateAudioPlayer |CreateAudioPlayer(SLEngineItf self,<br>SLObjectItf *pPlayer, SLDataSource *pAudioSrc,<br> SLDataSink *pAudioSnk, SLuint32 numInterfaces,<br>const SLInterfaceID *pInterfaceIds, <br>const SLboolean *pInterfaceRequired) |是 |创建音频播放机。 |
|SLEngineItf |CreateAudioRecorder |reateAudioRecorder(SLEngineItf self, <br>SLObjectItf *pRecorder, SLDataSource *pAudioSrc,<br> SLDataSink *pAudioSnk, SLuint32 numInterfaces,<br>const SLInterfaceID *pInterfaceIds,<br> const SLboolean *pInterfaceRequired)|是 |创建音频录制器。 |
|SLEngineItf |CreateAudioOutputMix |CreateOutputMix(SLEngineItf self,<br> SLObjectItf *pMix, SLuint32 numInterfaces,<br> const SLInterfaceID *pInterfaceIds,<br>const SLboolean *pInterfaceRequired)|是 |创建混音器。 |
|SLObjectItf |Realize |Realize(SLObjectItf self, SLboolean async) |是 |创建音频播放机。 |
|SLObjectItf |getState |GetState(SLObjectItf self, SLuint32 *state) |是 |获取状态。 |
|SLObjectItf |getInterface |GetInterface(SLObjectItf self, const SLInterfaceID iid, void *interface) |是 |获取接口。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册