diff --git a/zh-cn/application-dev/reference/native-lib/third_party_opensles/opensles.md b/zh-cn/application-dev/reference/native-lib/third_party_opensles/opensles.md index 677c6d84d3b04e3b07bf7eb8775796092a348626..653cc72e313f01bb0722016792e3fab0782f14c0 100644 --- a/zh-cn/application-dev/reference/native-lib/third_party_opensles/opensles.md +++ b/zh-cn/application-dev/reference/native-lib/third_party_opensles/opensles.md @@ -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,
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)|是 |创建混音器。 | |SLObjectItf |Realize |Realize(SLObjectItf self, SLboolean async) |是 |创建音频播放机。 | |SLObjectItf |getState |GetState(SLObjectItf self, SLuint32 *state) |是 |获取状态。 | |SLObjectItf |getInterface |GetInterface(SLObjectItf self, const SLInterfaceID iid, void *interface) |是 |获取接口。 |