未验证 提交 0780e13d 编写于 作者: O openharmony_ci 提交者: Gitee

!3216 AudioRecorderFormatCompatibilityTest

Merge pull request !3216 from NOBUGGERS/r00514670_0519
......@@ -10,6 +10,7 @@
{
"type": "ShellKit",
"run-command": [
"rm -rf /storage/media/100/local/files/Videos/COMPATIBILITY*"
],
"teardown-command":[
]
......
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Copyright (C) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
......@@ -36,7 +36,7 @@ describe('AudioRecorderFormatCompatibilityTest', function () {
let audioRecorder;
let audioConfig = {
audioSourceType : media.AudioSourceType.AUDIO_SOURCE_TYPE_MIC,
audioEncoder : media.AudioSourceType.AAC_LC,
audioEncoder : media.AudioEncoder.AAC_LC,
audioEncodeBitRate : 22050,
audioSampleRate : 22050,
numberOfChannels : 2,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册