提交 b6fa3d9a 编写于 作者: L lwx1121892

<audio新增枚举>

Signed-off-by: Nlwx1121892 <liuxueqi3@huawei.com>
上级 3b1996bf
/*
* Copyright (C) 2021 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ohos.acts.multimedia.audio.audioplayer;
import ohos.aafwk.ability.AbilityPackage;
/*
* java MyApplication
*/
public class MyApplication extends AbilityPackage {
@Override
public void onInitialize() {
super.onInitialize();
}
}
......@@ -4427,4 +4427,19 @@ describe('audioManager', function () {
done();
})
/* *
* @tc.number : SUB_AUDIO_MANAGER_interrupt_010
* @tc.name : DeviceType - BLUETOOTH_SCO
* @tc.desc : DeviceType - BLUETOOTH_SCO
* @tc.size : MEDIUM
* @tc.type : Function
* @tc.level : Level 0
*/
it('SUB_AUDIO_MANAGER_DeviceType_001', 0, async function (done) {
console.info('audio.DeviceType.BLUETOOTH_SCO :'+ JSON.stringify(audio.DeviceType.BLUETOOTH_SCO));
expect(audio.DeviceType.BLUETOOTH_SCO).assertEqual(7);
await sleep(50);
done();
})
})
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册