未验证 提交 17e9ffcd 编写于 作者: O openharmony_ci 提交者: Gitee

!1795 添加videoRcorder js 测试用例

Merge pull request !1795 from FULIZHONG/0130recorder
# 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.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("video_recorder_js_hap") {
hap_profile = "./src/main/config.json"
deps = [
":video_recorder_js_assets",
":video_recorder_resources",
]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "VideoRecorderJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
}
ohos_js_assets("video_recorder_js_assets") {
source_dir = "./src/main/js/default"
}
ohos_resources("video_recorder_resources") {
sources = [ "./src/main/resources" ]
hap_profile = "./src/main/config.json"
}
{
"description": "Configuration for videoRecorder Tests",
"driver": {
"type": "JSUnitTest",
"test-timeout": "1000000",
"package": "ohos.acts.multimedia.video.videorecorder",
"shell-timeout": "60000"
},
"kits": [
{
"type": "ShellKit",
"run-command": [
"touch /data/media/01.mp4",
"touch /data/media/02.mp4",
"touch /data/media/03.mp4",
"touch /data/media/04.mp4",
"touch /data/media/05.mp4",
"touch /data/media/06.mp4",
"touch /data/media/07.mp4",
"touch /data/media/08.mp4",
"touch /data/media/09.mp4",
"touch /data/media/10.mp4",
"touch /data/media/11.mp4",
"touch /data/media/12.mp4",
"touch /data/media/13.mp4",
"touch /data/media/14.mp4",
"touch /data/media/15.mp4",
"touch /data/media/16.mp4",
"touch /data/media/17.mp4",
"touch /data/media/18.mp4",
"touch /data/media/19.mp4",
"touch /data/media/20.mp4",
"touch /data/media/21.mp4",
"touch /data/media/22.mp4",
"touch /data/media/23.mp4",
"touch /data/media/24.mp4",
"touch /data/media/25.mp4",
"touch /data/media/26.mp4",
"touch /data/media/27.mp4",
"touch /data/media/28.mp4",
"touch /data/media/29.mp4",
"touch /data/media/30.mp4",
"touch /data/media/31.mp4",
"touch /data/media/32.mp4",
"touch /data/media/33.mp4",
"touch /data/media/34.mp4",
"touch /data/media/35.mp4",
"touch /data/media/36.mp4",
"touch /data/media/37.mp4",
"touch /data/media/38.mp4",
"touch /data/media/39.mp4",
"touch /data/media/40.mp4",
"touch /data/media/41.mp4",
"touch /data/media/42.mp4",
"touch /data/media/API.mp4",
"chmod -R 777 /data/media",
"setenforce 0"
],
"teardown-command":[
"setenforce 1"
]
},
{
"test-file-name": [
"VideoRecorderJsTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
}
]
}
\ No newline at end of file
{
"app": {
"apiVersion": {
"compatible": 6,
"releaseType": "Beta1",
"target": 7
},
"vendor": "acts",
"bundleName": "ohos.acts.multimedia.video.videorecorder",
"version": {
"code": 1000000,
"name": "1.0.0"
}
},
"deviceConfig": {
"default": {
"debug": true
}
},
"module": {
"abilities": [
{
"iconId": 16777218,
"skills": [
{
"entities": [
"entity.system.home"
],
"actions": [
"action.system.home"
]
}
],
"descriptionId": 16777217,
"visible": true,
"labelId": 16777216,
"icon": "$media:icon",
"name": "ohos.acts.multimedia.video.videorecorder.MainAbility",
"description": "$string:mainability_description",
"label": "$string:entry_MainAbility",
"type": "page",
"homeAbility": true,
"launchType": "standard"
}
],
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"mainAbility": "ohos.acts.multimedia.video.videorecorder.MainAbility",
"distro": {
"moduleType": "entry",
"installationFree": false,
"deliveryWithInstall": true,
"moduleName": "entry"
},
"package": "ohos.acts.multimedia.video.videorecorder",
"name": ".MyApplication",
"js": [
{
"pages": [
"pages/index/index"
],
"name": "default",
"window": {
"designWidth": 720,
"autoDesignWidth": true
}
}
]
}
}
\ No newline at end of file
/*
* 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.
*/
export default {
onCreate() {
console.info('AceApplication onCreate');
},
onDestroy() {
console.info('AceApplication onDestroy');
}
};
{
"strings": {
"hello": "Hello",
"world": "World"
}
}
\ No newline at end of file
{
"strings": {
"hello": "您好",
"world": "世界"
}
}
\ No newline at end of file
.container {
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.title {
font-size: 40px;
color: #000000;
opacity: 0.9;
}
@media screen and (device-type: tablet) and (orientation: landscape) {
.title {
font-size: 100px;
}
}
@media screen and (device-type: wearable) {
.title {
font-size: 28px;
color: #FFFFFF;
}
}
@media screen and (device-type: tv) {
.container {
background-image: url("/common/images/Wallpaper.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.title {
font-size: 100px;
color: #FFFFFF;
}
}
@media screen and (device-type: phone) and (orientation: landscape) {
.title {
font-size: 60px;
}
}
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{ title }}
</text>
</div>
/*
* 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.
*/
import {Core, ExpectExtend} from 'deccjsunit/index'
export default {
data: {
title: ""
},
onInit() {
this.title = this.$t('strings.world');
},
onShow() {
console.info('onShow finish')
const core = Core.getInstance()
const expectExtend = new ExpectExtend({
'id': 'extend'
})
core.addService('expect', expectExtend)
core.init()
const configService = core.getDefaultService('config')
this.timeout = 60000
configService.setConfig(this)
require('../../../test/List.test')
core.execute()
},
onReady() {
},
}
\ No newline at end of file
/*
* 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.
*/
require('./VideoRecorderFuncPromiseTest.test.js')
require('./VideoRecorderFuncCallbackTest.test.js')
require('./VideoRecorderAPICallbackTest.test.js')
\ No newline at end of file
/*
* 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.
*/
import media from '@ohos.multimedia.media'
import mediademo from '@ohos.multimedia.mediademo'
import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index'
describe('VideoRecorderAPICallbackTest', function () {
const RECORDER_TIME = 2000;
const PAUSE_TIME = 2000;
const END_EVENT = 'end';
const CREATE_EVENT = 'create';
const PREPARE_EVENT = 'prepare';
const PREPARE_OLNYVIDEO_EVENT = 'prepare_only';
const GETSURFACE_EVENT = 'getInputSurface';
const START_EVENT = 'start';
const PAUSE_EVENT = 'pause';
const RESUME_EVENT = 'resume';
const STOP_EVENT = 'stop';
const RESET_EVENT = 'reset';
const RELEASE_EVENT = 'release';
const START_STREEAM = 'start_stream';
const SETEXIT = 'setExit';
const SETSTART = 'setStart';
const SETPAUSE = 'setPause';
const CLOSE_STREAM = 'close_stream';
const ERROR_EVENT = 'error';
let surfaceID = null;
let mediaTest = null;
let events = require('events');
let eventEmitter = new events.EventEmitter();
let configFile = {
audioBitrate : 48000,
audioChannels : 2,
audioCodec : 'audio/mp4a-latm',
audioSampleRate : 48000,
durationTime : 1000,
fileFormat : 'mp4',
videoBitrate : 48000,
videoCodec : 'video/mp4v-es',
videoFrameWidth : 120,
videoFrameHeight : 120,
videoFrameRate : 10
}
// orientationHint 0, 90, 180, 270
let videoConfig = {
audioSourceType : 1,
videoSourceType : 0,
profile : configFile,
url : 'file:///data/media/API.mp4',
orientationHint : 0,
location : { latitude : 30, longitude : 130 },
maxSize : 100,
maxDuration : 500
}
let onlyVideoProfile = {
durationTime : 1000,
fileFormat : 'mp4',
videoBitrate : 48000,
videoCodec : 'video/mp4v-es',
videoFrameWidth : 120,
videoFrameHeight : 120,
videoFrameRate : 10
}
let onlyVideoConfig = {
videoSourceType : 0,
profile : onlyVideoProfile,
url : 'file:///data/media/API.mp4',
orientationHint : 0,
location : { latitude : 30, longitude : 130 },
maxSize : 100,
maxDuration : 500
}
function sleep(time) {
for(let t = Date.now();Date.now() - t <= time;);
};
beforeAll(function () {
console.info('beforeAll case');
})
beforeEach(function () {
mediaTest = null;
surfaceID = null;
console.info('beforeEach case');
})
afterEach(function () {
console.info('afterEach case');
})
afterAll(function () {
console.info('afterAll case');
})
function printfError(error, done) {
expect().assertFail();
console.info(`case error called,errMessage is ${error.message}`);
done();
}
function toNextStep(videoRecorder, steps, done) {
if (steps[0] == END_EVENT) {
console.info('case success!!');
done();
} else {
eventEmitter.emit(steps[0], videoRecorder, steps, done);
}
}
eventEmitter.on(START_STREEAM, (videoRecorder, steps, done) => {
steps.shift();
mediaTest = mediademo.createMediaTest();
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.isPause = 0;
mediaTest.startStream(surfaceID);
toNextStep(videoRecorder, steps, done);
});
eventEmitter.on(SETEXIT, (videoRecorder, steps, done) => {
mediaTest.isExit = steps[1];
steps.shift();
steps.shift();
toNextStep(videoRecorder, steps, done);
});
eventEmitter.on(SETSTART, (videoRecorder, steps, done) => {
mediaTest.isStart = steps[1];
steps.shift();
steps.shift();
toNextStep(videoRecorder, steps, done);
});
eventEmitter.on(SETPAUSE, (videoRecorder, steps, done) => {
mediaTest.isPause = steps[1];
steps.shift();
steps.shift();
toNextStep(videoRecorder, steps, done);
});
eventEmitter.on(CLOSE_STREAM, (videoRecorder, steps, done) => {
steps.shift();
mediaTest.isExit = 1;
mediaTest.closeStream();
toNextStep(videoRecorder, steps, done);
});
eventEmitter.on(CREATE_EVENT, (videoRecorder, steps, done) => {
steps.shift();
media.createVideoRecorder((err, recorder) => {
if (typeof (err) == 'undefined') {
console.info('case createVideoRecorder success ');
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
toNextStep(videoRecorder, steps, done);
} else {
if (steps[0] == ERROR_EVENT) {
steps.shift();
console.info('case createVideoRecorder error hanpped');
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
}
});
});
eventEmitter.on(PREPARE_EVENT, (videoRecorder, steps, done) => {
steps.shift();
videoRecorder.prepare(videoConfig, (err) => {
if (typeof (err) == 'undefined') {
console.info('case prepare success');
expect(videoRecorder.state).assertEqual('prepared');
toNextStep(videoRecorder, steps, done);
} else {
if (steps[0] == ERROR_EVENT) {
steps.shift();
console.info('case prepare error hanpped');
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
}
});
});
eventEmitter.on(PREPARE_OLNYVIDEO_EVENT, (videoRecorder, steps, done) => {
steps.shift();
videoRecorder.prepare(onlyVideoConfig, (err) => {
if (typeof (err) == 'undefined') {
console.info('case prepare success');
expect(videoRecorder.state).assertEqual('prepared');
toNextStep(videoRecorder, steps, done);
} else {
if (steps[0] == ERROR_EVENT) {
steps.shift();
console.info('case prepare error hanpped');
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
}
});
});
eventEmitter.on(GETSURFACE_EVENT, (videoRecorder, steps, done) => {
steps.shift();
videoRecorder.getInputSurface((err, outPutSurface) => {
if (typeof (err) == 'undefined') {
console.info('case getInputSurface success');
surfaceID = outPutSurface;
toNextStep(videoRecorder, steps, done);
} else {
if (steps[0] == ERROR_EVENT) {
steps.shift();
console.info('case getInputSurface error hanpped');
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
}
});
});
eventEmitter.on(START_EVENT, (videoRecorder, steps, done) => {
steps.shift();
videoRecorder.start((err) => {
if (typeof (err) == 'undefined') {
console.info('case start success');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
toNextStep(videoRecorder, steps, done);
} else {
if (steps[0] == ERROR_EVENT) {
steps.shift();
console.info('case start error hanpped');
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
}
});
});
eventEmitter.on(PAUSE_EVENT, (videoRecorder, steps, done) => {
steps.shift();
videoRecorder.pause((err) => {
if (typeof (err) == 'undefined') {
console.info('case pause success');
sleep(PAUSE_TIME);
expect(videoRecorder.state).assertEqual('paused');
toNextStep(videoRecorder, steps, done);
} else {
if (steps[0] == ERROR_EVENT) {
steps.shift();
console.info('case pause error hanpped');
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
}
});
});
eventEmitter.on(RESUME_EVENT, (videoRecorder, steps, done) => {
steps.shift();
videoRecorder.resume((err) => {
if (typeof (err) == 'undefined') {
console.info('case resume success');
sleep(RECORDER_TIME);
expect(videoRecorder.state).assertEqual('playing');
toNextStep(videoRecorder, steps, done);
} else {
if (steps[0] == ERROR_EVENT) {
steps.shift();
console.info('case resume error hanpped');
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
}
});
});
eventEmitter.on(STOP_EVENT, (videoRecorder, steps, done) => {
steps.shift();
videoRecorder.stop((err) => {
if (typeof (err) == 'undefined') {
console.info('case stop success');
expect(videoRecorder.state).assertEqual('stopped');
toNextStep(videoRecorder, steps, done);
} else {
if (steps[0] == ERROR_EVENT) {
steps.shift();
console.info('case stop error hanpped');
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
}
});
});
eventEmitter.on(RESET_EVENT, (videoRecorder, steps, done) => {
steps.shift();
videoRecorder.reset((err) => {
if (typeof (err) == 'undefined') {
console.info('case reset success');
expect(videoRecorder.state).assertEqual('idle');
toNextStep(videoRecorder, steps, done);
} else {
if (steps[0] == ERROR_EVENT) {
steps.shift();
console.info('case reset error hanpped');
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
}
});
});
eventEmitter.on(RELEASE_EVENT, (videoRecorder, steps, done) => {
steps.shift();
videoRecorder.release((err) => {
if (typeof (err) == 'undefined') {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release success');
toNextStep(videoRecorder, steps, done);
} else {
if (steps[0] == ERROR_EVENT) {
steps.shift();
console.info('case release error hanpped');
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
}
});
});
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0100
* @tc.name : 01.create->prepare
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0100', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0200
* @tc.name : 02.start->prepare
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0200', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, PREPARE_EVENT, ERROR_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0300
* @tc.name : 03.pause->prepare
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0300', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, SETPAUSE, 1, PAUSE_EVENT, CLOSE_STREAM, PREPARE_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0400
* @tc.name : 04.resume->prepare
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0400', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, SETPAUSE, 1, PAUSE_EVENT, SETPAUSE, 0, SETSTART, 1, RESUME_EVENT,
PREPARE_EVENT, ERROR_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0500
* @tc.name : 05.stop->prepare
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0500', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, STOP_EVENT, CLOSE_STREAM, PREPARE_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0600
* @tc.name : 06.reset->prepare
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0600', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, RESET_EVENT, CLOSE_STREAM, PREPARE_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0700
* @tc.name : 07.getInputSurface->prepare
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0700', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, PREPARE_EVENT,
ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0800
* @tc.name : 08.prepare 3 times
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PREPARE_CALLBACK_0800', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, PREPARE_EVENT, ERROR_EVENT,
PREPARE_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0100
* @tc.name : 01.create->start
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0100', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, START_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0200
* @tc.name : 02.prepare->start
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0200', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0300
* @tc.name : 03.pause->start
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0300', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, SETPAUSE, 1, PAUSE_EVENT, START_EVENT, ERROR_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0400
* @tc.name : 04.resume->start
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0400', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, SETPAUSE, 1, PAUSE_EVENT, SETPAUSE, 0, SETSTART, 1, RESUME_EVENT,
START_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0500
* @tc.name : 05.stop->start
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0500', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, STOP_EVENT, CLOSE_STREAM, START_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0600
* @tc.name : 06.reset->start
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0600', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, RESET_EVENT, CLOSE_STREAM, START_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0700
* @tc.name : 07.getInputSurface->start
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0700', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0800
* @tc.name : 08.start 3 times
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_START_CALLBACK_0800', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, START_EVENT, START_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0100
* @tc.name : 01.create->pause
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0100', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PAUSE_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0200
* @tc.name : 02.prepare->pause
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0200', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, PAUSE_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0300
* @tc.name : 03.start->pause
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0300', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, SETPAUSE, 1, PAUSE_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0400
* @tc.name : 04.resume->pause
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0400', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, SETPAUSE, 1, PAUSE_EVENT, SETPAUSE, 0, SETSTART, 1, RESUME_EVENT, SETPAUSE, 1,
PAUSE_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0500
* @tc.name : 05.stop->pause
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0500', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, STOP_EVENT, CLOSE_STREAM, PAUSE_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0600
* @tc.name : 06.reset->pause
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0600', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, RESET_EVENT, CLOSE_STREAM, PAUSE_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0700
* @tc.name : 07.getInputSurface->pause
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0700', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, PAUSE_EVENT,
ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0800
* @tc.name : 08.pause 3 times
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_PAUSE_CALLBACK_0800', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, SETPAUSE, 1, PAUSE_EVENT, PAUSE_EVENT, PAUSE_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0100
* @tc.name : 01.create->resume
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0100', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, RESUME_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0200
* @tc.name : 02.prepare->resume
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0200', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, RESUME_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0300
* @tc.name : 03.start->resume
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0300', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, RESUME_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0400
* @tc.name : 04.pause->resume
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0400', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, SETPAUSE, 1, PAUSE_EVENT, SETPAUSE, 0, SETSTART, 1,
RESUME_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0500
* @tc.name : 05.stop->resume
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0500', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, STOP_EVENT, CLOSE_STREAM, RESUME_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0600
* @tc.name : 06.reset->resume
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0600', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, RESET_EVENT, CLOSE_STREAM, RESUME_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0700
* @tc.name : 07.getInputSurface->resume
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0700', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, RESUME_EVENT,
ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0800
* @tc.name : 08.resume 3 times
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESUME_CALLBACK_0800', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, SETPAUSE, 1, PAUSE_EVENT, SETPAUSE, 0, SETSTART, 1,
RESUME_EVENT, RESUME_EVENT, RESUME_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0100
* @tc.name : 01.create->stop
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0100', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, STOP_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0200
* @tc.name : 02.prepare->stop
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0200', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, STOP_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0300
* @tc.name : 03.start->stop
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0300', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, STOP_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0400
* @tc.name : 04.pause->stop
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0400', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, SETPAUSE, 1, PAUSE_EVENT, STOP_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0500
* @tc.name : 05.resume->stop
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0500', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, SETPAUSE, 1, PAUSE_EVENT, SETPAUSE, 0, SETSTART, 1, RESUME_EVENT,
STOP_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0600
* @tc.name : 06.reset->stop
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0600', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, RESET_EVENT, STOP_EVENT,
ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0700
* @tc.name : 07.getInputSurface->stop
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0700', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT,
STOP_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0800
* @tc.name : 08.stop 3 times
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_STOP_CALLBACK_0800', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, STOP_EVENT, CLOSE_STREAM, STOP_EVENT, ERROR_EVENT,
STOP_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0100
* @tc.name : 01.create->reset
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0100', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, RESET_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0200
* @tc.name : 02.prepare->reset
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0200', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, RESET_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0300
* @tc.name : 03.start->reset
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0300', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, RESET_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0400
* @tc.name : 04.pause->reset
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0400', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, SETPAUSE, 1, PAUSE_EVENT, RESET_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0500
* @tc.name : 05.resume->reset
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0500', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, SETPAUSE, 1, PAUSE_EVENT, SETPAUSE, 0, SETSTART, 1, RESUME_EVENT,
RESET_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0600
* @tc.name : 06.stop->reset
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0600', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM,
START_EVENT, STOP_EVENT, CLOSE_STREAM, RESET_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0700
* @tc.name : 07.getInputSurface->reset
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0700', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, RESET_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0800
* @tc.name : 08.reset 3 times
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_RESET_CALLBACK_0800', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, RESET_EVENT,
RESET_EVENT, RESET_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0100
* @tc.name : 01.create->getInputSurface
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0100', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, GETSURFACE_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0200
* @tc.name : 02.prepare->getInputSurface
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0200', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0300
* @tc.name : 03.start->getInputSurface
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0300', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM, START_EVENT,
GETSURFACE_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0400
* @tc.name : 04.pause->getInputSurface
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0400', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM, START_EVENT,
SETPAUSE, 1, PAUSE_EVENT, GETSURFACE_EVENT, CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0500
* @tc.name : 05.resume->getInputSurface
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0500', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM, START_EVENT,
SETPAUSE, 1, PAUSE_EVENT, SETPAUSE, 0, SETSTART, 1, RESUME_EVENT, GETSURFACE_EVENT,
CLOSE_STREAM, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0600
* @tc.name : 06.stop->getInputSurface
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0600', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_STREEAM, START_EVENT,
STOP_EVENT, CLOSE_STREAM, GETSURFACE_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0700
* @tc.name : 07.reset->getInputSurface
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0700', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, RESET_EVENT,
GETSURFACE_EVENT, ERROR_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0800
* @tc.name : 08.getInputSurface 3 times
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level2
*/
it('SUB_MEDIA_VIDEO_RECORDER_GETSURFACE_CALLBACK_0800', 0, async function (done) {
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT,
GETSURFACE_EVENT, GETSURFACE_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
})
/*
* 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.
*/
import media from '@ohos.multimedia.media'
import mediademo from '@ohos.multimedia.mediademo'
import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index'
describe('RecorderLocalTestVideoFUNC', function () {
const RECORDER_TIME = 3000;
const PAUSE_TIME = 1000;
const END_EVENT = 'end';
const CREATE_EVENT = 'create';
const PREPARE_EVENT = 'prepare';
const PREPARE_OLNYVIDEO_EVENT = 'prepare_only';
const GETSURFACE_EVENT = 'getInputSurface';
const START_EVENT = 'start';
const PAUSE_EVENT = 'pause';
const RESUME_EVENT = 'resume';
const STOP_EVENT = 'stop';
const RESET_EVENT = 'reset';
const RELEASE_EVENT = 'release';
let mediaTest = null;
let configFile = {
audioBitrate : 48000,
audioChannels : 2,
audioCodec : 'audio/mp4a-latm',
audioSampleRate : 48000,
durationTime : 1000,
fileFormat : 'mp4',
videoBitrate : 48000,
videoCodec : 'video/mp4v-es',
videoFrameWidth : 120,
videoFrameHeight : 120,
videoFrameRate : 10
}
// orientationHint 0, 90, 180, 270
let videoConfig = {
audioSourceType : 1,
videoSourceType : 0,
profile : configFile,
url : 'file:///data/media/01.mp4',
orientationHint : 0,
location : { latitude : 30, longitude : 130 },
maxSize : 100,
maxDuration : 500
}
let onlyVideoProfile = {
durationTime : 1000,
fileFormat : 'mp4',
videoBitrate : 48000,
videoCodec : 'video/mp4v-es',
videoFrameWidth : 120,
videoFrameHeight : 120,
videoFrameRate : 10
}
let onlyVideoConfig = {
videoSourceType : 0,
profile : onlyVideoProfile,
url : 'file:///data/media/01.mp4',
orientationHint : 0,
location : { latitude : 30, longitude : 130 },
maxSize : 100,
maxDuration : 500
}
function sleep(time) {
for(let t = Date.now();Date.now() - t <= time;);
};
beforeAll(function () {
console.info('beforeAll case');
})
beforeEach(function () {
mediaTest = null;
console.info('beforeEach case');
})
afterEach(function () {
console.info('afterEach case');
})
afterAll(function () {
console.info('afterAll case');
})
function printfError(error, done) {
expect().assertFail();
console.info(`case error called,errMessage is ${error.message}`);
done();
}
let events = require('events');
let eventEmitter = new events.EventEmitter();
function toNextStep(videoRecorder, steps, done) {
if (steps[0] == END_EVENT) {
console.info('case success!!');
done();
} else {
eventEmitter.emit(steps[0], videoRecorder, steps, done);
}
}
function setOnCallback(videoRecorder) {
videoRecorder.on('info', (infoType, extra) => {
console.info('case info called, infoType is ' + infoType);
console.info('case info called, extra is ' + extra);
});
videoRecorder.on('error', (err) => {
console.info('case error called, errMessage is ' + err.message);
expect().assertFail();
});
}
eventEmitter.on(CREATE_EVENT, (videoRecorder, steps, done) => {
steps.shift();
media.createVideoRecorder((err, recorder) => {
if (typeof (err) == 'undefined') {
console.info('case createVideoRecorder success ');
videoRecorder = recorder;
setOnCallback(videoRecorder);
expect(videoRecorder.state).assertEqual('idle');
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
});
});
eventEmitter.on(PREPARE_EVENT, (videoRecorder, steps, done) => {
steps.shift();
videoRecorder.prepare(videoConfig, (err) => {
if (typeof (err) == 'undefined') {
console.info('case prepare success');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
});
});
eventEmitter.on(PREPARE_OLNYVIDEO_EVENT, (videoRecorder, steps, done) => {
steps.shift();
videoRecorder.prepare(onlyVideoConfig, (err) => {
if (typeof (err) == 'undefined') {
console.info('case prepare success');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
});
});
eventEmitter.on(GETSURFACE_EVENT, (videoRecorder, steps, done) => {
steps.shift();
videoRecorder.getInputSurface((err, surfaceID) => {
if (typeof (err) == 'undefined') {
console.info('case getInputSurface success');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
});
});
eventEmitter.on(START_EVENT, (videoRecorder, steps, done) => {
steps.shift();
videoRecorder.start((err) => {
if (typeof (err) == 'undefined') {
console.info('case start success');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
});
});
eventEmitter.on(PAUSE_EVENT, (videoRecorder, steps, done) => {
steps.shift();
mediaTest.isPause = 1;
sleep(100);
videoRecorder.pause((err) => {
if (typeof (err) == 'undefined') {
console.info('case pause success');
expect(videoRecorder.state).assertEqual('paused');
mediaTest.isPause = 0;
sleep(PAUSE_TIME);
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
});
});
eventEmitter.on(RESUME_EVENT, (videoRecorder, steps, done) => {
steps.shift();
mediaTest.isStart = 1;
videoRecorder.resume((err) => {
if (typeof (err) == 'undefined') {
console.info('case resume success');
sleep(RECORDER_TIME);
expect(videoRecorder.state).assertEqual('playing');
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
});
});
eventEmitter.on(STOP_EVENT, (videoRecorder, steps, done) => {
steps.shift();
videoRecorder.stop((err) => {
if (typeof (err) == 'undefined') {
console.info('case stop success');
expect(videoRecorder.state).assertEqual('stopped');
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
});
});
eventEmitter.on(RESET_EVENT, (videoRecorder, steps, done) => {
steps.shift();
videoRecorder.reset((err) => {
if (typeof (err) == 'undefined') {
console.info('case reset success');
expect(videoRecorder.state).assertEqual('idle');
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
});
});
eventEmitter.on(RELEASE_EVENT, (videoRecorder, steps, done) => {
steps.shift();
mediaTest.isExit = 1;
mediaTest.closeStream();
videoRecorder.release((err) => {
if (typeof (err) == 'undefined') {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release success');
toNextStep(videoRecorder, steps, done);
} else {
printfError(err, done);
}
});
});
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0100
* @tc.name : 01.start->release (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0100', 0, async function (done) {
videoConfig.url = 'file:///data/media/19.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0200
* @tc.name : 02.start->pause->release (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0200', 0, async function (done) {
videoConfig.url = 'file:///data/media/20.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_EVENT,
PAUSE_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0300
* @tc.name : 03.start->pause->resume->release (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0300', 0, async function (done) {
videoConfig.url = 'file:///data/media/21.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_EVENT,
PAUSE_EVENT, RESUME_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0400
* @tc.name : 04.start->stop->release (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0400', 0, async function (done) {
videoConfig.url = 'file:///data/media/22.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_EVENT,
STOP_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0500
* @tc.name : 05.start->reset->release (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0500', 0, async function (done) {
videoConfig.url = 'file:///data/media/23.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_EVENT,
RESET_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0600
* @tc.name : 06.start->pause->stop->release (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0600', 0, async function (done) {
videoConfig.url = 'file:///data/media/24.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_EVENT, PAUSE_EVENT,
STOP_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0700
* @tc.name : 07.start->pause->reset->release (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0700', 0, async function (done) {
videoConfig.url = 'file:///data/media/25.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_EVENT, PAUSE_EVENT,
RESET_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0800
* @tc.name : 08.start->pause->resume->stop->release (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0800', 0, async function (done) {
videoConfig.url = 'file:///data/media/26.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_EVENT, PAUSE_EVENT,
RESUME_EVENT, STOP_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0900
* @tc.name : 09.start->pause->resume->reset->release (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_0900', 0, async function (done) {
videoConfig.url = 'file:///data/media/27.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_EVENT, PAUSE_EVENT,
RESUME_EVENT, RESET_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1000
* @tc.name : 10.start->stop->release
* (audioBitrate 8000,audioSampleRate 8000,videoBitrateRange 8000)(promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1000', 0, async function (done) {
configFile.audioBitrate = 8000;
configFile.audioSampleRate = 8000;
configFile.videoBitrate = 8000;
videoConfig.url = 'file:///data/media/28.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_EVENT,
STOP_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1100
* @tc.name : 11.start->stop->release
* (audioBitrate 16000, audioSampleRate 32000, videoBitrateRange 16000)(callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1100', 0, async function (done) {
configFile.audioBitrate = 16000;
configFile.audioSampleRate = 32000;
configFile.videoBitrate = 16000;
videoConfig.url = 'file:///data/media/29.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_EVENT,
STOP_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1200
* @tc.name : 12.start->stop->release
* (audioBitrate 32000, audioSampleRate 44100, videoBitrateRange 32000)(callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1200', 0, async function (done) {
configFile.audioBitrate = 32000;
configFile.audioSampleRate = 44100;
configFile.videoBitrate = 32000;
videoConfig.url = 'file:///data/media/30.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_EVENT,
STOP_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1300
* @tc.name : 13.start->stop->release
* (audioBitrate 112000, audioSampleRate 96000, videoBitrateRange 112000)(callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1300', 0, async function (done) {
configFile.audioBitrate = 112000;
configFile.audioSampleRate = 96000;
configFile.videoBitrate = 112000;
videoConfig.url = 'file:///data/media/31.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_EVENT,
STOP_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1400
* @tc.name : 14.start->release (only video) (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1400', 0, async function (done) {
onlyVideoConfig.url = 'file:///data/media/32.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_OLNYVIDEO_EVENT, GETSURFACE_EVENT,
START_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1500
* @tc.name : 15.start->pause->release (only video) (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1500', 0, async function (done) {
onlyVideoConfig.url = 'file:///data/media/33.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_OLNYVIDEO_EVENT, GETSURFACE_EVENT, START_EVENT,
PAUSE_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1600
* @tc.name : 16.start->pause->resume->releas (only video) (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1600', 0, async function (done) {
onlyVideoConfig.url = 'file:///data/media/34.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_OLNYVIDEO_EVENT, GETSURFACE_EVENT, START_EVENT,
PAUSE_EVENT, RESUME_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1700
* @tc.name : 17.start->stop->release (only video) (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1700', 0, async function (done) {
onlyVideoConfig.url = 'file:///data/media/35.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_OLNYVIDEO_EVENT, GETSURFACE_EVENT, START_EVENT,
STOP_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1800
* @tc.name : 18.start->reset->release (only video) (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1800', 0, async function (done) {
onlyVideoConfig.url = 'file:///data/media/36.mp4';
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_OLNYVIDEO_EVENT, GETSURFACE_EVENT, START_EVENT,
RESET_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1900
* @tc.name : 19.orientationHint 90 (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level1
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_1900', 0, async function (done) {
videoConfig.url = 'file:///data/media/37.mp4';
videoConfig.orientationHint = 90;
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT,
START_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_2000
* @tc.name : 20.orientationHint 180 (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level1
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_2000', 0, async function (done) {
videoConfig.url = 'file:///data/media/38.mp4';
videoConfig.orientationHint = 180;
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_2100
* @tc.name : 21.orientationHint 270 (callback)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level1
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_CALLBACK_2100', 0, async function (done) {
videoConfig.url = 'file:///data/media/39.mp4';
videoConfig.orientationHint = 270;
let videoRecorder = null;
let mySteps = new Array(CREATE_EVENT, PREPARE_EVENT, GETSURFACE_EVENT, START_EVENT, RELEASE_EVENT, END_EVENT);
eventEmitter.emit(mySteps[0], videoRecorder, mySteps, done);
})
})
/*
* 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.
*/
import media from '@ohos.multimedia.media'
import mediademo from '@ohos.multimedia.mediademo'
import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index'
describe('RecorderLocalTestVideoFUNC', function () {
const RECORDER_TIME = 3000;
const PAUSE_TIME = 1000;
let configFile = {
audioBitrate : 48000,
audioChannels : 2,
audioCodec : 'audio/mp4a-latm',
audioSampleRate : 48000,
durationTime : 1000,
fileFormat : 'mp4',
videoBitrate : 48000,
videoCodec : 'video/mp4v-es',
videoFrameWidth : 120,
videoFrameHeight : 120,
videoFrameRate : 10
}
let videoConfig = {
audioSourceType : 1,
videoSourceType : 0,
profile : configFile,
url : 'file:///data/media/01.mp4',
orientationHint : 0,
location : { latitude : 30, longitude : 130 },
maxSize : 100,
maxDuration : 500
}
let onlyVideoProfile = {
durationTime : 1000,
fileFormat : 'mp4',
videoBitrate : 48000,
videoCodec : 'video/mp4v-es',
videoFrameWidth : 120,
videoFrameHeight : 120,
videoFrameRate : 10
}
let onlyVideoConfig = {
videoSourceType : 0,
profile : onlyVideoProfile,
url : 'file:///data/media/01.mp4',
orientationHint : 0,
location : { latitude : 30, longitude : 130 },
maxSize : 100,
maxDuration : 500
}
function sleep(time) {
for(let t = Date.now();Date.now() - t <= time;);
};
beforeAll(function () {
console.info('beforeAll case');
})
beforeEach(function () {
console.info('beforeEach case');
})
afterEach(function () {
console.info('afterEach case');
})
afterAll(function () {
console.info('afterAll case');
})
function failureCallback(error) {
expect().assertFail();
console.info(`case error called,errMessage is ${error.message}`);
}
function catchCallback(error) {
expect().assertFail();
console.info(`case error called,errMessage is ${error.message}`);
}
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0100
* @tc.name : 01.start->release (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0100', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/01.mp4';
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
expect().assertFail();
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
expect(videoRecorder.state).assertEqual('playing');
console.info('case start called');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0200
* @tc.name : 02.start->pause->release (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0200', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/02.mp4';
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
console.info('case getInputSurface called');
console.info(`case getInputSurface,state is ${videoRecorder.state}`);
expect(videoRecorder.state).assertEqual('prepared');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
console.info('case start called');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 1;
sleep(100);
await videoRecorder.pause().then(() => {
console.info('case pause called');
sleep(PAUSE_TIME);
expect(videoRecorder.state).assertEqual('paused');
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 0;
mediaTest.isExit = 1;
mediaTest.closeStream();
await videoRecorder.release().then(() => {
console.info('case release ');
expect(videoRecorder.state).assertEqual('idle');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0300
* @tc.name : 03.start->pause->resume->release (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0300', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/03.mp4';
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
expect(videoRecorder.state).assertEqual('prepared');
console.info('case getInputSurface called');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
expect(videoRecorder.state).assertEqual('playing');
console.info('case start called');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 1;
sleep(100);
await videoRecorder.pause().then(() => {
expect(videoRecorder.state).assertEqual('paused');
sleep(PAUSE_TIME);
console.info('case pause called');
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 0;
mediaTest.isStart = 1;
await videoRecorder.resume().then(() => {
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
console.info('case resume called');
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0400
* @tc.name : 04.start->stop->release (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0400', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/04.mp4';
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
console.info('case getInputSurface called');
expect(videoRecorder.state).assertEqual('prepared');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
console.info('case start called');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
await videoRecorder.stop().then(() => {
expect(videoRecorder.state).assertEqual('stopped');
console.info('case stop called');
}, failureCallback).catch(catchCallback);
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0500
* @tc.name : 05.start->reset->release (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0500', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/05.mp4';
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
expect(videoRecorder.state).assertEqual('prepared');
console.info('case getInputSurface called');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
console.info('case start called');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
await videoRecorder.reset().then(() => {
console.info('case reset called');
expect(videoRecorder.state).assertEqual('idle');
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0600
* @tc.name : 06.start->pause->stop->release (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0600', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/06.mp4';
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
expect(videoRecorder.state).assertEqual('prepared');
console.info('case getInputSurface called');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
console.info('case start called');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 1;
sleep(100);
await videoRecorder.pause().then(() => {
expect(videoRecorder.state).assertEqual('paused');
sleep(PAUSE_TIME);
console.info('case pause called');
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 0;
await videoRecorder.stop().then(() => {
expect(videoRecorder.state).assertEqual('stopped');
console.info('case stop called');
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0700
* @tc.name : 07.start->pause->reset->release (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0700', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/07.mp4';
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
expect(videoRecorder.state).assertEqual('prepared');
console.info('case getInputSurface called');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
console.info('case start called');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 1;
sleep(100);
await videoRecorder.pause().then(() => {
expect(videoRecorder.state).assertEqual('paused');
sleep(PAUSE_TIME);
console.info('case pause called');
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 0;
await videoRecorder.reset().then(() => {
console.info('case reset called');
expect(videoRecorder.state).assertEqual('idle');
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0800
* @tc.name : 08.start->pause->resume->stop->release (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0800', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/08.mp4';
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
expect(videoRecorder.state).assertEqual('prepared');
console.info('case getInputSurface called');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
console.info('case start called');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 1;
sleep(100);
await videoRecorder.pause().then(() => {
expect(videoRecorder.state).assertEqual('paused');
sleep(PAUSE_TIME);
console.info('case pause called');
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 0;
mediaTest.isStart = 1;
await videoRecorder.resume().then(() => {
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
console.info('case resume called');
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
await videoRecorder.stop().then(() => {
expect(videoRecorder.state).assertEqual('stopped');
console.info('case stop called');
}, failureCallback).catch(catchCallback);
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0900
* @tc.name : 09.start->pause->resume->reset->release (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_0900', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/09.mp4';
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
expect(videoRecorder.state).assertEqual('prepared');
console.info('case getInputSurface called');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
console.info('case start called');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 1;
sleep(100);
await videoRecorder.pause().then(() => {
expect(videoRecorder.state).assertEqual('paused');
sleep(PAUSE_TIME);
console.info('case pause called');
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 0;
mediaTest.isStart = 1;
await videoRecorder.resume().then(() => {
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
console.info('case resume called');
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
await videoRecorder.reset().then(() => {
console.info('case reset called');
expect(videoRecorder.state).assertEqual('idle');
}, failureCallback).catch(catchCallback);
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1000
* @tc.name : 10.start->stop->release
* (audioBitrate 8000,audioSampleRate 8000,videoBitrateRange 8000)(promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level1
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1000', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/10.mp4';
configFile.audioBitrate = 8000;
configFile.audioSampleRate = 8000;
configFile.videoBitrate = 8000;
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
console.info('case getInputSurface called');
expect(videoRecorder.state).assertEqual('prepared');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
console.info('case start called');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
await videoRecorder.stop().then(() => {
expect(videoRecorder.state).assertEqual('stopped');
console.info('case stop called');
}, failureCallback).catch(catchCallback);
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1100
* @tc.name : 11.start->stop->release
* (audioBitrate 16000,audioSampleRate 32000,videoBitrateRange 16000)(promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level1
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1100', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/11.mp4';
configFile.audioBitrate = 16000;
configFile.audioSampleRate = 32000;
configFile.videoBitrate = 16000;
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
console.info('case getInputSurface called');
expect(videoRecorder.state).assertEqual('prepared');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
console.info('case start called');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
await videoRecorder.stop().then(() => {
expect(videoRecorder.state).assertEqual('stopped');
console.info('case stop called');
}, failureCallback).catch(catchCallback);
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1200
* @tc.name : 12.start->stop->release
* (audioBitrate 32000,audioSampleRate 44100,videoBitrateRange 32000)(promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level1
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1200', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/12.mp4';
configFile.audioBitrate = 32000;
configFile.audioSampleRate = 44100;
configFile.videoBitrate = 32000;
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
console.info('case getInputSurface called');
expect(videoRecorder.state).assertEqual('prepared');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
console.info('case start called');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
await videoRecorder.stop().then(() => {
expect(videoRecorder.state).assertEqual('stopped');
console.info('case stop called');
}, failureCallback).catch(catchCallback);
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1300
* @tc.name : 13.start->stop->release
* (audioBitrate 112000,audioSampleRate 96000,videoBitrateRange 112000)(promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level1
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1300', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/13.mp4';
configFile.audioBitrate = 112000;
configFile.audioSampleRate = 96000;
configFile.videoBitrate = 112000;
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
console.info('case getInputSurface called');
expect(videoRecorder.state).assertEqual('prepared');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
console.info('case start called');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
await videoRecorder.stop().then(() => {
expect(videoRecorder.state).assertEqual('stopped');
console.info('case stop called');
}, failureCallback).catch(catchCallback);
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1400
* @tc.name : 14.start->release (only video) (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level1
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1400', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
onlyVideoConfig.url = 'file:///data/media/14.mp4';
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
expect().assertFail();
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(onlyVideoConfig).then(() => {
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
console.info('case prepare called');
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
expect(videoRecorder.state).assertEqual('playing');
console.info('case start called');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1500
* @tc.name : 15.start->pause->release (only video) (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level1
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1500', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
onlyVideoConfig.url = 'file:///data/media/15.mp4';
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(onlyVideoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
console.info('case getInputSurface called');
console.info(`case getInputSurface,state is ${videoRecorder.state}`);
expect(videoRecorder.state).assertEqual('prepared');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
console.info('case start called');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 1;
sleep(100);
await videoRecorder.pause().then(() => {
console.info('case pause called');
sleep(PAUSE_TIME);
expect(videoRecorder.state).assertEqual('paused');
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 0;
mediaTest.isExit = 1;
mediaTest.closeStream();
await videoRecorder.release().then(() => {
console.info('case release ');
expect(videoRecorder.state).assertEqual('idle');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1600
* @tc.name : 16.start->pause->resume->releas (only video) (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level1
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1600', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
onlyVideoConfig.url = 'file:///data/media/16.mp4';
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(onlyVideoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
expect(videoRecorder.state).assertEqual('prepared');
console.info('case getInputSurface called');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
expect(videoRecorder.state).assertEqual('playing');
console.info('case start called');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 1;
sleep(100);
await videoRecorder.pause().then(() => {
expect(videoRecorder.state).assertEqual('paused');
sleep(PAUSE_TIME);
console.info('case pause called');
}, failureCallback).catch(catchCallback);
mediaTest.isPause = 0;
mediaTest.isStart = 0;
await videoRecorder.resume().then(() => {
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
console.info('case resume called');
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1700
* @tc.name : 17.start->stop->release (only video) (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level1
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1700', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
onlyVideoConfig.url = 'file:///data/media/17.mp4';
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(onlyVideoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
console.info('case getInputSurface called');
expect(videoRecorder.state).assertEqual('prepared');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
console.info('case start called');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
await videoRecorder.stop().then(() => {
expect(videoRecorder.state).assertEqual('stopped');
console.info('case stop called');
}, failureCallback).catch(catchCallback);
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1800
* @tc.name : 18.start->reset->release (only video) (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level1
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1800', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
onlyVideoConfig.url = 'file:///data/media/18.mp4';
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(onlyVideoConfig).then(() => {
console.info('case recordr prepare called');
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
expect(videoRecorder.state).assertEqual('prepared');
console.info('case getInputSurface called');
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
console.info('case start called');
expect(videoRecorder.state).assertEqual('playing');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
await videoRecorder.reset().then(() => {
console.info('case reset called');
expect(videoRecorder.state).assertEqual('idle');
}, failureCallback).catch(catchCallback);
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1900
* @tc.name : 19.orientationHint 90 (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_1900', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/40.mp4';
videoConfig.orientationHint = 90;
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
expect().assertFail();
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
expect(videoRecorder.state).assertEqual('playing');
console.info('case start called');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_2000
* @tc.name : 20.orientationHint 180 (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_2000', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/41.mp4';
videoConfig.orientationHint = 180;
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
expect().assertFail();
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
expect(videoRecorder.state).assertEqual('playing');
console.info('case start called');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
/* *
* @tc.number : SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_2100
* @tc.name : 21.orientationHint 270 (promise)
* @tc.desc : Audio recordr control test
* @tc.size : MediumTest
* @tc.type : Function
* @tc.level : Level0
*/
it('SUB_MEDIA_VIDEO_RECORDER_FUNCTION_PROMISE_2100', 0, async function (done) {
let mediaTest;
let videoRecorder = undefined;
let surfaceID = '';
videoConfig.url = 'file:///data/media/42.mp4';
videoConfig.orientationHint = 270;
await media.createVideoRecorder().then((recorder) => {
console.info('case createVideoRecorder called');
if (typeof (recorder) != 'undefined') {
videoRecorder = recorder;
expect(videoRecorder.state).assertEqual('idle');
} else {
console.info('case recordr is undefined!!');
expect().assertFail();
}
}, failureCallback).catch(catchCallback);
await videoRecorder.prepare(videoConfig).then(() => {
expect(videoRecorder.state).assertEqual('prepared');
mediaTest = mediademo.createMediaTest();
}, failureCallback).catch(catchCallback);
await videoRecorder.getInputSurface().then((outPutSurface) => {
surfaceID = outPutSurface;
mediaTest.isExit = 0;
mediaTest.isStart = 1;
mediaTest.startStream(surfaceID);
}, failureCallback).catch(catchCallback);
await videoRecorder.start().then(() => {
expect(videoRecorder.state).assertEqual('playing');
console.info('case start called');
sleep(RECORDER_TIME);
}, failureCallback).catch(catchCallback);
mediaTest.isExit = 1;
mediaTest.closeStream();
await videoRecorder.release().then(() => {
expect(videoRecorder.state).assertEqual('idle');
console.info('case release ');
}, failureCallback).catch(catchCallback);
done();
})
})
{
"string": [
{
"name": "entry_MainAbility",
"value": "entry_MainAbility"
},
{
"name": "mainability_description",
"value": "JS_Empty Ability"
}
]
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册