提交 ce827692 编写于 作者: L lwx1121892

<audio_capture>

Signed-off-by: Nlwx1121892 <liuxueqi3@huawei.com>
上级 d026e1da
...@@ -1023,7 +1023,7 @@ describe('audioCapturer', function () { ...@@ -1023,7 +1023,7 @@ describe('audioCapturer', function () {
encodingType: 0 encodingType: 0
} }
let AudioCapturerInfo = { let AudioCapturerInfo = {
source: 1, source: 3,
capturerFlags: 0 capturerFlags: 0
} }
let AudioCapturerOptions = { let AudioCapturerOptions = {
...@@ -1040,7 +1040,7 @@ describe('audioCapturer', function () { ...@@ -1040,7 +1040,7 @@ describe('audioCapturer', function () {
/** /**
*@tc.number : SUB_MULTIMEDIA_AUDIO_VOIP_REC_VOICE_CHAT_PROMISE_0100 *@tc.number : SUB_MULTIMEDIA_AUDIO_VOIP_REC_VOICE_CHAT_PROMISE_0100
*@tc.name : AudioCapturer-Set1-Media *@tc.name : AudioCapturer-Set1-Media
*@tc.desc : AudioCapturer with parameter set 7 *@tc.desc : AudioCapturer with parameter set 1
*@tc.size : MEDIUM *@tc.size : MEDIUM
*@tc.type : Function *@tc.type : Function
*@tc.level : Level 2 *@tc.level : Level 2
...@@ -1081,7 +1081,7 @@ describe('audioCapturer', function () { ...@@ -1081,7 +1081,7 @@ describe('audioCapturer', function () {
encodingType: 0 encodingType: 0
} }
let AudioCapturerInfo = { let AudioCapturerInfo = {
source: 0, source: 1,
capturerFlags: 0 capturerFlags: 0
} }
let AudioCapturerOptions = { let AudioCapturerOptions = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册