未验证 提交 f0a955ad 编写于 作者: L liyan 提交者: Gitee

修改错误链接

Signed-off-by: Nli-yan339 <liyan339@h-partners.com>
上级 e1e813ca
......@@ -15,16 +15,16 @@
| Public&nbsp;属性 | 描述 |
| -------- | -------- |
| (&nbsp;[InitAllPorts](#initallports)&nbsp;)(struct&nbsp;[ERROR:Invalid&nbsp;link:zh-cn_topic_0000001357342201.xml#xref241992660083931,link:zh-cn_topic_0000001357342201.xml](zh-cn_topic_0000001357342201.xml)&nbsp;\*adapter) | 初始化一个音频适配器所有的端口驱动&nbsp;[更多...](#initallports) |
| (&nbsp;[CreateRender](#createrender)&nbsp;)(struct&nbsp;[ERROR:Invalid&nbsp;link:zh-cn_topic_0000001357342201.xml#xref1249519733083931,link:zh-cn_topic_0000001357342201.xml](zh-cn_topic_0000001357342201.xml)&nbsp;\*adapter,&nbsp;const&nbsp;struct&nbsp;[AudioDeviceDescriptor](_audio_device_descriptor.md)&nbsp;\*desc,&nbsp;const&nbsp;struct&nbsp;[AudioSampleAttributes](_audio_sample_attributes.md)&nbsp;\*attrs,&nbsp;struct&nbsp;[AudioRender](_audio_render.md)&nbsp;\*\*render) | 创建一个音频播放(render)接口的对象&nbsp;[更多...](#createrender) |
| (&nbsp;[DestroyRender](#destroyrender)&nbsp;)(struct&nbsp;[ERROR:Invalid&nbsp;link:zh-cn_topic_0000001357342201.xml#xref194522153083931,link:zh-cn_topic_0000001357342201.xml](zh-cn_topic_0000001357342201.xml)&nbsp;\*adapter,&nbsp;struct&nbsp;[AudioRender](_audio_render.md)&nbsp;\*render) | 销毁一个音频播放(render)接口的对象&nbsp;[更多...](#destroyrender) |
| (&nbsp;[CreateCapture](#createcapture)&nbsp;)(struct&nbsp;[ERROR:Invalid&nbsp;link:zh-cn_topic_0000001357342201.xml#xref933286157083931,link:zh-cn_topic_0000001357342201.xml](zh-cn_topic_0000001357342201.xml)&nbsp;\*adapter,&nbsp;const&nbsp;struct&nbsp;[AudioDeviceDescriptor](_audio_device_descriptor.md)&nbsp;\*desc,&nbsp;const&nbsp;struct&nbsp;[AudioSampleAttributes](_audio_sample_attributes.md)&nbsp;\*attrs,&nbsp;struct&nbsp;[AudioCapture](_audio_capture.md)&nbsp;\*\*capture) | 创建一个音频录音(capture)接口的对象&nbsp;[更多...](#createcapture) |
| (&nbsp;[DestroyCapture](#destroycapture)&nbsp;)(struct&nbsp;[ERROR:Invalid&nbsp;link:zh-cn_topic_0000001357342201.xml#xref145884804083931,link:zh-cn_topic_0000001357342201.xml](zh-cn_topic_0000001357342201.xml)&nbsp;\*adapter,&nbsp;struct&nbsp;[AudioCapture](_audio_capture.md)&nbsp;\*capture) | 销毁一个音频录音(capture)接口的对象&nbsp;[更多...](#destroycapture) |
| (&nbsp;[GetPortCapability](#getportcapability)&nbsp;)(struct&nbsp;[ERROR:Invalid&nbsp;link:zh-cn_topic_0000001357342201.xml#xref974312331083931,link:zh-cn_topic_0000001357342201.xml](zh-cn_topic_0000001357342201.xml)&nbsp;\*adapter,&nbsp;struct&nbsp;[AudioPort](_audio_port.md)&nbsp;\*port,&nbsp;struct&nbsp;[AudioPortCapability](_audio_port_capability.md)&nbsp;\*capability) | 获取一个音频适配器的端口驱动的能力集&nbsp;[更多...](#getportcapability) |
| (&nbsp;[SetPassthroughMode](#setpassthroughmode)&nbsp;)(struct&nbsp;[ERROR:Invalid&nbsp;link:zh-cn_topic_0000001357342201.xml#xref1432990851083931,link:zh-cn_topic_0000001357342201.xml](zh-cn_topic_0000001357342201.xml)&nbsp;\*adapter,&nbsp;struct&nbsp;[AudioPort](_audio_port.md)&nbsp;\*port,&nbsp;enum&nbsp;[AudioPortPassthroughMode](_audio.md#audioportpassthroughmode)&nbsp;mode) | 设置音频端口驱动的数据透传模式&nbsp;[更多...](#setpassthroughmode) |
| (&nbsp;[GetPassthroughMode](#getpassthroughmode)&nbsp;)(struct&nbsp;[ERROR:Invalid&nbsp;link:zh-cn_topic_0000001357342201.xml#xref883432727083931,link:zh-cn_topic_0000001357342201.xml](zh-cn_topic_0000001357342201.xml)&nbsp;\*adapter,&nbsp;struct&nbsp;[AudioPort](_audio_port.md)&nbsp;\*port,&nbsp;enum&nbsp;[AudioPortPassthroughMode](_audio.md#audioportpassthroughmode)&nbsp;\*mode) | 获取音频端口驱动的数据透传模式&nbsp;[更多...](#getpassthroughmode) |
| (&nbsp;[UpdateAudioRoute](#updateaudioroute)&nbsp;)(struct&nbsp;[ERROR:Invalid&nbsp;link:zh-cn_topic_0000001357342201.xml#xref362795572083931,link:zh-cn_topic_0000001357342201.xml](zh-cn_topic_0000001357342201.xml)&nbsp;\*adapter,&nbsp;const&nbsp;struct&nbsp;[AudioRoute](_audio_route.md)&nbsp;\*route,&nbsp;int32_t&nbsp;\*routeHandle) | 更新一个或多个发送端和接受端之间的路由&nbsp;[更多...](#updateaudioroute) |
| (&nbsp;[ReleaseAudioRoute](#releaseaudioroute)&nbsp;)(struct&nbsp;[ERROR:Invalid&nbsp;link:zh-cn_topic_0000001357342201.xml#xref410918381083931,link:zh-cn_topic_0000001357342201.xml](zh-cn_topic_0000001357342201.xml)&nbsp;\*adapter,&nbsp;int32_t&nbsp;routeHandle) | 释放一个音频路由.&nbsp;[更多...](#releaseaudioroute) |
| (&nbsp;[InitAllPorts](#initallports)&nbsp;)(struct&nbsp;AudioAdapter&nbsp;\*adapter) | 初始化一个音频适配器所有的端口驱动&nbsp;[更多...](#initallports) |
| (&nbsp;[CreateRender](#createrender)&nbsp;)(struct&nbsp;AudioAdapter&nbsp;\*adapter,&nbsp;const&nbsp;struct&nbsp;[AudioDeviceDescriptor](_audio_device_descriptor.md)&nbsp;\*desc,&nbsp;const&nbsp;struct&nbsp;[AudioSampleAttributes](_audio_sample_attributes.md)&nbsp;\*attrs,&nbsp;struct&nbsp;[AudioRender](_audio_render.md)&nbsp;\*\*render) | 创建一个音频播放(render)接口的对象&nbsp;[更多...](#createrender) |
| (&nbsp;[DestroyRender](#destroyrender)&nbsp;)(struct&nbsp;AudioAdapter&nbsp;\*adapter,&nbsp;struct&nbsp;[AudioRender](_audio_render.md)&nbsp;\*render) | 销毁一个音频播放(render)接口的对象&nbsp;[更多...](#destroyrender) |
| (&nbsp;[CreateCapture](#createcapture)&nbsp;)(struct&nbsp;AudioAdapter&nbsp;\*adapter,&nbsp;const&nbsp;struct&nbsp;[AudioDeviceDescriptor](_audio_device_descriptor.md)&nbsp;\*desc,&nbsp;const&nbsp;struct&nbsp;[AudioSampleAttributes](_audio_sample_attributes.md)&nbsp;\*attrs,&nbsp;struct&nbsp;[AudioCapture](_audio_capture.md)&nbsp;\*\*capture) | 创建一个音频录音(capture)接口的对象&nbsp;[更多...](#createcapture) |
| (&nbsp;[DestroyCapture](#destroycapture)&nbsp;)(struct&nbsp;AudioAdapter&nbsp;\*adapter,&nbsp;struct&nbsp;[AudioCapture](_audio_capture.md)&nbsp;\*capture) | 销毁一个音频录音(capture)接口的对象&nbsp;[更多...](#destroycapture) |
| (&nbsp;[GetPortCapability](#getportcapability)&nbsp;)(struct&nbsp;AudioAdapter&nbsp;\*adapter,&nbsp;struct&nbsp;[AudioPort](_audio_port.md)&nbsp;\*port,&nbsp;struct&nbsp;[AudioPortCapability](_audio_port_capability.md)&nbsp;\*capability) | 获取一个音频适配器的端口驱动的能力集&nbsp;[更多...](#getportcapability) |
| (&nbsp;[SetPassthroughMode](#setpassthroughmode)&nbsp;)(struct&nbsp;AudioAdapter&nbsp;\*adapter,&nbsp;struct&nbsp;[AudioPort](_audio_port.md)&nbsp;\*port,&nbsp;enum&nbsp;[AudioPortPassthroughMode](_audio.md#audioportpassthroughmode)&nbsp;mode) | 设置音频端口驱动的数据透传模式&nbsp;[更多...](#setpassthroughmode) |
| (&nbsp;[GetPassthroughMode](#getpassthroughmode)&nbsp;)(struct&nbsp;AudioAdapter&nbsp;\*adapter,&nbsp;struct&nbsp;[AudioPort](_audio_port.md)&nbsp;\*port,&nbsp;enum&nbsp;[AudioPortPassthroughMode](_audio.md#audioportpassthroughmode)&nbsp;\*mode) | 获取音频端口驱动的数据透传模式&nbsp;[更多...](#getpassthroughmode) |
| (&nbsp;[UpdateAudioRoute](#updateaudioroute)&nbsp;)(struct&nbsp;AudioAdapter&nbsp;\*adapter,&nbsp;const&nbsp;struct&nbsp;[AudioRoute](_audio_route.md)&nbsp;\*route,&nbsp;int32_t&nbsp;\*routeHandle) | 更新一个或多个发送端和接受端之间的路由&nbsp;[更多...](#updateaudioroute) |
| (&nbsp;[ReleaseAudioRoute](#releaseaudioroute)&nbsp;)(struct&nbsp;&nbsp;\*adapter,&nbsp;int32_t&nbsp;routeHandle) | 释放一个音频路由.&nbsp;[更多...](#releaseaudioroute) |
## **详细描述**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册