提交 4bd42bb3 编写于 作者: J jiao_yanlin

示例代码修改

Signed-off-by: Njiao_yanlin <jiaoyanlin@huawei.com>
上级 84877ed7
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册