From 4bd42bb3da3f44031be62a0f72e0a254ce643f4d Mon Sep 17 00:00:00 2001 From: jiao_yanlin Date: Wed, 30 Nov 2022 15:08:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E4=BB=A3=E7=A0=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiao_yanlin --- .../application-dev/reference/apis/js-apis-audio.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-audio.md b/zh-cn/application-dev/reference/apis/js-apis-audio.md index 5fc27009bc..5d0e539f5e 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-audio.md +++ b/zh-cn/application-dev/reference/apis/js-apis-audio.md @@ -2459,7 +2459,7 @@ let inputAudioDeviceDescriptor = [{ address : "", sampleRates : [44100], channelCounts : [2], - channelMasks : 0, + channelMasks : [0], networkId : audio.LOCAL_NETWORK_ID, interruptGroupId : 1, volumeGroupId : 1, @@ -2508,7 +2508,7 @@ let inputAudioDeviceDescriptor = [{ address : "", sampleRates : [44100], channelCounts : [2], - channelMasks : 0, + channelMasks : [0], networkId : audio.LOCAL_NETWORK_ID, interruptGroupId : 1, volumeGroupId : 1, @@ -2662,7 +2662,7 @@ let outputAudioDeviceDescriptor = [{ address : "", sampleRates : [44100], channelCounts : [2], - channelMasks : 0, + channelMasks : [0], networkId : audio.LOCAL_NETWORK_ID, interruptGroupId : 1, volumeGroupId : 1, @@ -2711,7 +2711,7 @@ let outputAudioDeviceDescriptor = [{ address : "", sampleRates : [44100], channelCounts : [2], - channelMasks : 0, + channelMasks : [0], networkId : audio.LOCAL_NETWORK_ID, interruptGroupId : 1, volumeGroupId : 1, @@ -2762,7 +2762,7 @@ let outputAudioDeviceDescriptor = [{ address : "", sampleRates : [44100], channelCounts : [2], - channelMasks : 0, + channelMasks : [0], networkId : audio.LOCAL_NETWORK_ID, interruptGroupId : 1, volumeGroupId : 1, @@ -2820,7 +2820,7 @@ let outputAudioDeviceDescriptor = [{ address : "", sampleRates : [44100], channelCounts : [2], - channelMasks : 0, + channelMasks : [0], networkId : audio.LOCAL_NETWORK_ID, interruptGroupId : 1, volumeGroupId : 1, -- GitLab