提交 a5cd215b 编写于 作者: L lwx1121892

modify

Signed-off-by: Nlwx1121892 <liuxueqi3@huawei.com>
上级 8fc35029
......@@ -1040,7 +1040,7 @@ describe('audioCapturer', function () {
/**
*@tc.number : SUB_MULTIMEDIA_AUDIO_VOIP_REC_VOICE_CHAT_PROMISE_0100
*@tc.name : AudioCapturer-Set1-Media
*@tc.desc : AudioCapturer with parameter set 1
*@tc.desc : AudioCapturer with parameter set 7
*@tc.size : MEDIUM
*@tc.type : Function
*@tc.level : Level 2
......@@ -1053,7 +1053,7 @@ describe('audioCapturer', function () {
encodingType: audio.AudioEncodingType.ENCODING_TYPE_RAW
}
let AudioCapturerInfo = {
source: audio.SourceType.SOURCE_TYPE_MIC,
source: audio.SourceType.SOURCE_TYPE_VOICE_COMMUNICATION,
capturerFlags: 0
}
let AudioCapturerOptions = {
......
......@@ -4618,8 +4618,8 @@ describe('audioFramework', function () {
/**
*@tc.number : SUB_MULTIMEDIA_AUDIO_MANAGER_RINGERMODECHANGE_0300
*@tc.name : RingerModeChange - RINGER_MODE_SILENT
*@tc.desc : RingerModeChange - RINGER_MODE_SILENT
*@tc.name : RingerModeChange - RINGER_MODE_NORMAL
*@tc.desc : RingerModeChange - RINGER_MODE_NORMAL
*@tc.size : MEDIUM
*@tc.type : Function
*@tc.level : Level 2
......
......@@ -1068,7 +1068,7 @@ describe('audioRenderer', function () {
resultFlag = true;
audioRen.on('periodReach', 73, (position) => {
console.log(`${TagFrmwk}: periodReach Event is called : ${position}`);
resultFlag = true;
resultFlag = false;
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册