提交 82216aee 编写于 作者: J jiaoyanlin3

一致性问题和示例代码问题清理

Signed-off-by: Njiaoyanlin3 <jiaoyanlin3@huawei.com>
上级 6af1e407
...@@ -3520,6 +3520,7 @@ let inputAudioDeviceDescriptor = [{ ...@@ -3520,6 +3520,7 @@ let inputAudioDeviceDescriptor = [{
networkId : audio.LOCAL_NETWORK_ID, networkId : audio.LOCAL_NETWORK_ID,
interruptGroupId : 1, interruptGroupId : 1,
volumeGroupId : 1, volumeGroupId : 1,
displayName : "",
}]; }];
async function selectInputDevice(){ async function selectInputDevice(){
...@@ -3569,6 +3570,7 @@ let inputAudioDeviceDescriptor = [{ ...@@ -3569,6 +3570,7 @@ let inputAudioDeviceDescriptor = [{
networkId : audio.LOCAL_NETWORK_ID, networkId : audio.LOCAL_NETWORK_ID,
interruptGroupId : 1, interruptGroupId : 1,
volumeGroupId : 1, volumeGroupId : 1,
displayName : "",
}]; }];
async function getRoutingManager(){ async function getRoutingManager(){
...@@ -3723,6 +3725,7 @@ let outputAudioDeviceDescriptor = [{ ...@@ -3723,6 +3725,7 @@ let outputAudioDeviceDescriptor = [{
networkId : audio.LOCAL_NETWORK_ID, networkId : audio.LOCAL_NETWORK_ID,
interruptGroupId : 1, interruptGroupId : 1,
volumeGroupId : 1, volumeGroupId : 1,
displayName : "",
}]; }];
async function selectOutputDevice(){ async function selectOutputDevice(){
...@@ -3772,6 +3775,7 @@ let outputAudioDeviceDescriptor = [{ ...@@ -3772,6 +3775,7 @@ let outputAudioDeviceDescriptor = [{
networkId : audio.LOCAL_NETWORK_ID, networkId : audio.LOCAL_NETWORK_ID,
interruptGroupId : 1, interruptGroupId : 1,
volumeGroupId : 1, volumeGroupId : 1,
displayName : "",
}]; }];
async function selectOutputDevice(){ async function selectOutputDevice(){
...@@ -3823,6 +3827,7 @@ let outputAudioDeviceDescriptor = [{ ...@@ -3823,6 +3827,7 @@ let outputAudioDeviceDescriptor = [{
networkId : audio.LOCAL_NETWORK_ID, networkId : audio.LOCAL_NETWORK_ID,
interruptGroupId : 1, interruptGroupId : 1,
volumeGroupId : 1, volumeGroupId : 1,
displayName : "",
}]; }];
async function selectOutputDeviceByFilter(){ async function selectOutputDeviceByFilter(){
...@@ -3881,6 +3886,7 @@ let outputAudioDeviceDescriptor = [{ ...@@ -3881,6 +3886,7 @@ let outputAudioDeviceDescriptor = [{
networkId : audio.LOCAL_NETWORK_ID, networkId : audio.LOCAL_NETWORK_ID,
interruptGroupId : 1, interruptGroupId : 1,
volumeGroupId : 1, volumeGroupId : 1,
displayName : "",
}]; }];
async function selectOutputDeviceByFilter(){ async function selectOutputDeviceByFilter(){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册