提交 ee5549de 编写于 作者: J jiao_yanlin

API exception handling interface data submission

Signed-off-by: Njiao_yanlin <jiaoyanlin@huawei.com>
上级 a9d78567
...@@ -28,7 +28,7 @@ import audio from '@ohos.multimedia.audio'; ...@@ -28,7 +28,7 @@ import audio from '@ohos.multimedia.audio';
| --------------------------------------- | ----------| ---- | ---- | ------------------ | | --------------------------------------- | ----------| ---- | ---- | ------------------ |
| LOCAL_NETWORK_ID<sup>9+</sup> | string | 是 | 否 | 本地设备网络id。<br> **系统能力:** SystemCapability.Multimedia.Audio.Device | | LOCAL_NETWORK_ID<sup>9+</sup> | string | 是 | 否 | 本地设备网络id。<br> **系统能力:** SystemCapability.Multimedia.Audio.Device |
| DEFAULT_VOLUME_GROUP_ID<sup>9+</sup> | number | 是 | 否 | 默认音量组id。<br> **系统能力:** SystemCapability.Multimedia.Audio.Volume | | DEFAULT_VOLUME_GROUP_ID<sup>9+</sup> | number | 是 | 否 | 默认音量组id。<br> **系统能力:** SystemCapability.Multimedia.Audio.Volume |
| DEFAULT_INTERRUPT_GROUP_ID<sup>9+</sup> | number | 是 | 否 | 默认音频中断id。<br> **系统能力:** SystemCapability.Multimedia.Audio.Interrupt | | DEFAULT_INTERRUPT_GROUP_ID<sup>9+</sup> | number | 是 | 否 | 默认音频中断id。<br> **系统能力:** SystemCapability.Multimedia.Audio.Interrupt |
**示例:** **示例:**
...@@ -331,7 +331,7 @@ async function createTonePlayer(){ ...@@ -331,7 +331,7 @@ async function createTonePlayer(){
"streamUsage": audio.StreamUsage.STREAM_USAGE_MEDIA, "streamUsage": audio.StreamUsage.STREAM_USAGE_MEDIA,
"rendererFlags": 0 "rendererFlags": 0
} }
let tonePlayer = await audio.createTonePlayer(this.audioRendererInfo); let tonePlayer = await audio.createTonePlayer(audioRendererInfo);
} }
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册