Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
e16ac37e
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
e16ac37e
编写于
8月 16, 2021
作者:
T
tianfenxia
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tianfenxia1@huawei.com
Signed-off-by:
N
tianfenxia
<
tianfenxia1@huawei.com
>
上级
f6e050c2
变更
15
隐藏空白更改
内联
并排
Showing
15 changed file
with
1107 addition
and
1 deletion
+1107
-1
multimedia/BUILD.gn
multimedia/BUILD.gn
+1
-1
multimedia/audio/audioPlayer/BUILD.gn
multimedia/audio/audioPlayer/BUILD.gn
+18
-0
multimedia/audio/audioPlayer/Test.json
multimedia/audio/audioPlayer/Test.json
+18
-0
multimedia/audio/audioPlayer/hap/entry-debug-rich-signed.hap
multimedia/audio/audioPlayer/hap/entry-debug-rich-signed.hap
+0
-0
multimedia/audio/audioPlayer/project/entry/src/main/config.json
...edia/audio/audioPlayer/project/entry/src/main/config.json
+59
-0
multimedia/audio/audioPlayer/project/entry/src/main/js/default/app.js
...udio/audioPlayer/project/entry/src/main/js/default/app.js
+25
-0
multimedia/audio/audioPlayer/project/entry/src/main/js/default/i18n/en-US.json
...oPlayer/project/entry/src/main/js/default/i18n/en-US.json
+6
-0
multimedia/audio/audioPlayer/project/entry/src/main/js/default/i18n/zh-CN.json
...oPlayer/project/entry/src/main/js/default/i18n/zh-CN.json
+6
-0
multimedia/audio/audioPlayer/project/entry/src/main/js/default/pages/index/index.css
...r/project/entry/src/main/js/default/pages/index/index.css
+9
-0
multimedia/audio/audioPlayer/project/entry/src/main/js/default/pages/index/index.hml
...r/project/entry/src/main/js/default/pages/index/index.hml
+5
-0
multimedia/audio/audioPlayer/project/entry/src/main/js/default/pages/index/index.js
...er/project/entry/src/main/js/default/pages/index/index.js
+45
-0
multimedia/audio/audioPlayer/project/entry/src/main/js/test/List.test.js
...o/audioPlayer/project/entry/src/main/js/test/List.test.js
+16
-0
multimedia/audio/audioPlayer/project/entry/src/main/js/test/PlayerLocalTestAudioFUNC.test.js
...t/entry/src/main/js/test/PlayerLocalTestAudioFUNC.test.js
+887
-0
multimedia/audio/audioPlayer/project/entry/src/main/resources/base/element/string.json
...project/entry/src/main/resources/base/element/string.json
+12
-0
multimedia/audio/audioPlayer/project/entry/src/main/resources/base/media/icon.png
...ayer/project/entry/src/main/resources/base/media/icon.png
+0
-0
未找到文件。
multimedia/BUILD.gn
浏览文件 @
e16ac37e
...
...
@@ -16,7 +16,7 @@ import("//test/xts/tools/build/suite.gni")
group("multimedia") {
testonly = true
if (is_standard_system) {
deps = [ "audio/audio
_js_standard:audio_manager_js_test
" ]
deps = [ "audio/audio
Player:audio_player_js_hap
" ]
} else {
deps = [
#"audio/audio_hap_test:MediaAudio_test_hap",
...
...
multimedia/audio/audioPlayer/BUILD.gn
0 → 100644
浏览文件 @
e16ac37e
# 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("audio_player_js_hap") {
test_hap_name = "AudioPlayerJsTest"
hap_source_path = "hap/entry-debug-rich-signed.hap"
}
multimedia/audio/audioPlayer/Test.json
0 → 100644
浏览文件 @
e16ac37e
{
"description"
:
"Configuration for audio manager Tests"
,
"driver"
:
{
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"21600000"
,
"package"
:
"ohos.acts.multimedia.audio.function"
,
"shell-timeout"
:
"21600000"
},
"kits"
:
[
{
"test-file-name"
:
[
"AudioPlayerJsTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
}
]
}
\ No newline at end of file
multimedia/audio/audioPlayer/hap/entry-debug-rich-signed.hap
0 → 100644
浏览文件 @
e16ac37e
文件已添加
multimedia/audio/audioPlayer/project/entry/src/main/config.json
0 → 100644
浏览文件 @
e16ac37e
{
"app"
:
{
"bundleName"
:
"ohos.acts.multimedia.audio.function"
,
"vendor"
:
"acts"
,
"version"
:
{
"code"
:
1000000
,
"name"
:
"1.0.0"
},
"apiVersion"
:
{
"compatible"
:
4
,
"target"
:
4
}
},
"deviceConfig"
:
{},
"module"
:
{
"package"
:
"ohos.acts.multimedia.audio.function"
,
"name"
:
".MyApplication"
,
"deviceType"
:
[
"phone"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
"moduleName"
:
"entry"
,
"moduleType"
:
"entry"
},
"abilities"
:
[
{
"skills"
:
[
{
"entities"
:
[
"entity.system.home"
],
"actions"
:
[
"action.system.home"
]
}
],
"name"
:
"ohos.acts.multimedia.audio.function.MainAbility"
,
"icon"
:
"$media:icon"
,
"description"
:
"$string:mainability_description"
,
"label"
:
"$string:app_name"
,
"type"
:
"page"
,
"launchType"
:
"standard"
}
],
"js"
:
[
{
"pages"
:
[
"pages/index/index"
],
"name"
:
"default"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
false
}
}
]
}
}
multimedia/audio/audioPlayer/project/entry/src/main/js/default/app.js
0 → 100644
浏览文件 @
e16ac37e
/*
* 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
device
from
'
@system.device
'
;
export
default
{
onCreate
()
{
console
.
info
(
'
AceApplication onCreate
'
);
},
onDestroy
()
{
console
.
info
(
'
AceApplication onDestroy
'
);
}
};
multimedia/audio/audioPlayer/project/entry/src/main/js/default/i18n/en-US.json
0 → 100644
浏览文件 @
e16ac37e
{
"strings"
:
{
"hello"
:
"Hello"
,
"world"
:
"World"
}
}
\ No newline at end of file
multimedia/audio/audioPlayer/project/entry/src/main/js/default/i18n/zh-CN.json
0 → 100644
浏览文件 @
e16ac37e
{
"strings"
:
{
"hello"
:
"您好"
,
"world"
:
"世界"
}
}
\ No newline at end of file
multimedia/audio/audioPlayer/project/entry/src/main/js/default/pages/index/index.css
0 → 100644
浏览文件 @
e16ac37e
.container
{
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
.title
{
font-size
:
100px
;
}
multimedia/audio/audioPlayer/project/entry/src/main/js/default/pages/index/index.hml
0 → 100644
浏览文件 @
e16ac37e
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{ title }}
</text>
</div>
multimedia/audio/audioPlayer/project/entry/src/main/js/default/pages/index/index.js
0 → 100644
浏览文件 @
e16ac37e
/*
* 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
file
from
'
@system.file
'
import
app
from
'
@system.app
'
import
{
Core
,
ExpectExtend
,
ReportExtend
}
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
'
})
const
reportExtend
=
new
ReportExtend
(
file
)
core
.
addService
(
'
expect
'
,
expectExtend
)
core
.
addService
(
'
report
'
,
reportExtend
)
core
.
init
()
const
configService
=
core
.
getDefaultService
(
'
config
'
)
configService
.
setConfig
(
this
)
require
(
'
../../../test/List.test
'
)
core
.
execute
()
},
onReady
()
{
},
}
\ No newline at end of file
multimedia/audio/audioPlayer/project/entry/src/main/js/test/List.test.js
0 → 100644
浏览文件 @
e16ac37e
/*
* 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
(
'
./PlayerLocalTestAudioFUNC.test.js
'
)
\ No newline at end of file
multimedia/audio/audioPlayer/project/entry/src/main/js/test/PlayerLocalTestAudioFUNC.test.js
0 → 100644
浏览文件 @
e16ac37e
/*
* 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
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
describe
(
'
PlayerLocalTestAudioFUNC
'
,
function
()
{
var
audioPlayer
=
media
.
createAudioPlayer
();
var
audioSource
=
"
data/media/audio/Homey.mp3
"
;
var
PLAY_TIME
=
3000
;
var
DURATION_TIME
=
89239
;
var
SEEK_TIME
=
5000
;
var
DELTA_TIME
=
1000
;
var
ENDSTATE
=
0
;
var
SRCSTATE
=
1
;
var
PLAYSTATE
=
2
;
var
PAUSESTATE
=
3
;
var
STOPSTATE
=
4
;
var
RESETSTATE
=
5
;
var
SEEKSTATE
=
6
;
var
VOLUMESTATE
=
7
;
var
RELEASESTATE
=
8
;
var
ERRORSTATE
=
9
;
var
FINISHSTATE
=
10
;
var
LOOPSTATE
=
11
;
var
NOERROR
=
0
;
var
STEPERRCODE
=
38
;
var
SEEKERROR
=
'
seekError
'
;
var
PAUSEERROR
=
'
pauseError
'
;
var
errCode
=
NOERROR
;
beforeAll
(
function
()
{
console
.
log
(
"
beforeAll case
"
);
})
beforeEach
(
function
()
{
console
.
log
(
"
beforeEach case
"
);
})
afterEach
(
function
()
{
console
.
log
(
"
afterEach case
"
);
})
afterAll
(
function
()
{
console
.
log
(
"
afterAll case
"
);
})
var
sleep
=
function
(
time
)
{
for
(
var
t
=
Date
.
now
();
Date
.
now
()
-
t
<=
time
;);
};
var
initAudioPlayer
=
function
()
{
audioPlayer
=
media
.
createAudioPlayer
();
}
var
nextStep
=
function
(
mySteps
,
done
)
{
if
(
mySteps
[
0
]
==
ENDSTATE
)
{
done
();
return
;
}
switch
(
mySteps
[
0
])
{
case
SRCSTATE
:
console
.
log
(
`case to prepare`
);
audioPlayer
.
src
=
audioSource
;
break
;
case
PLAYSTATE
:
console
.
log
(
`case to play`
);
audioPlayer
.
play
();
break
;
case
PAUSESTATE
:
console
.
log
(
`case to pause`
);
audioPlayer
.
pause
();
break
;
case
STOPSTATE
:
console
.
log
(
`case to stop`
);
audioPlayer
.
stop
();
break
;
case
RESETSTATE
:
console
.
log
(
`case to reset`
);
audioPlayer
.
reset
();
break
;
case
SEEKSTATE
:
console
.
log
(
`case seek to time is
${
mySteps
[
1
]}
`
);
audioPlayer
.
seek
(
mySteps
[
1
]);
break
;
case
VOLUMESTATE
:
console
.
log
(
`case to setVolume`
);
audioPlayer
.
setVolume
(
mySteps
[
1
]);
break
;
case
RELEASESTATE
:
console
.
log
(
`case to release`
);
mySteps
.
shift
();
audioPlayer
.
release
();
break
;
case
LOOPSTATE
:
audioPlayer
.
loop
=
mySteps
[
1
];
mySteps
.
shift
();
mySteps
.
shift
();
nextStep
(
mySteps
,
done
);
break
;
default
:
break
;
}
}
var
setCallback
=
function
(
mySteps
,
done
)
{
console
.
log
(
`case setCallback`
);
audioPlayer
.
on
(
'
dataLoad
'
,
()
=>
{
mySteps
.
shift
();
console
.
log
(
`case dataLoad called`
);
expect
(
audioPlayer
.
currentTime
).
assertEqual
(
0
);
expect
(
audioPlayer
.
duration
).
assertEqual
(
DURATION_TIME
);
expect
(
audioPlayer
.
state
).
assertEqual
(
'
paused
'
);
nextStep
(
mySteps
,
done
);
});
audioPlayer
.
on
(
'
play
'
,
()
=>
{
mySteps
.
shift
();
console
.
log
(
`case play called`
);
console
.
log
(
`case play currentTime is
${
audioPlayer
.
currentTime
}
`
);
expect
(
audioPlayer
.
duration
).
assertEqual
(
DURATION_TIME
);
if
(
mySteps
[
0
]
==
FINISHSTATE
)
{
console
.
log
(
`case wait for finish`
);
return
;
}
expect
(
audioPlayer
.
state
).
assertEqual
(
'
playing
'
);
sleep
(
PLAY_TIME
);
nextStep
(
mySteps
,
done
);
});
audioPlayer
.
on
(
'
pause
'
,
()
=>
{
mySteps
.
shift
();
console
.
log
(
`case pause called`
);
console
.
log
(
`case pause currentTime is
${
audioPlayer
.
currentTime
}
`
);
expect
(
audioPlayer
.
duration
).
assertEqual
(
DURATION_TIME
);
expect
(
audioPlayer
.
state
).
assertEqual
(
'
paused
'
);
nextStep
(
mySteps
,
done
);
});
audioPlayer
.
on
(
'
reset
'
,
()
=>
{
mySteps
.
shift
();
console
.
log
(
`case reset called`
);
expect
(
audioPlayer
.
state
).
assertEqual
(
'
idle
'
);
nextStep
(
mySteps
,
done
);
});
audioPlayer
.
on
(
'
stop
'
,
()
=>
{
mySteps
.
shift
();
console
.
log
(
`case stop called`
);
expect
(
audioPlayer
.
currentTime
).
assertEqual
(
0
);
expect
(
audioPlayer
.
duration
).
assertEqual
(
DURATION_TIME
);
expect
(
audioPlayer
.
state
).
assertEqual
(
'
stopped
'
);
nextStep
(
mySteps
,
done
);
});
audioPlayer
.
on
(
'
timeUpdate
'
,
(
seekDoneTime
)
=>
{
if
(
typeof
(
seekDoneTime
)
==
"
undefined
"
)
{
console
.
log
(
`case seek filed,errcode is
${
seekDoneTime
}
`
);
return
;
}
mySteps
.
shift
();
mySteps
.
shift
();
console
.
log
(
`case seekDoneTime is
${
seekDoneTime
}
`
);
console
.
log
(
`case seek called`
);
expect
(
audioPlayer
.
currentTime
+
DELTA_TIME
).
assertClose
(
seekDoneTime
+
DELTA_TIME
,
DELTA_TIME
);
console
.
log
(
`case loop is
${
audioPlayer
.
loop
}
`
);
if
((
audioPlayer
.
loop
==
true
)
&&
(
seekDoneTime
==
DURATION_TIME
))
{
console
.
log
(
'
case loop is true
'
);
sleep
(
PLAYSTATE
);
}
if
(
seekDoneTime
<
audioPlayer
.
duration
||
audioPlayer
.
state
==
"
paused
"
)
{
nextStep
(
mySteps
,
done
);
}
});
audioPlayer
.
on
(
'
volumeChange
'
,
()
=>
{
console
.
log
(
`case setvolume called`
);
mySteps
.
shift
();
mySteps
.
shift
();
if
(
audioPlayer
.
state
==
"
playing
"
)
{
sleep
(
PLAY_TIME
);
}
nextStep
(
mySteps
,
done
);
});
audioPlayer
.
on
(
'
finish
'
,
()
=>
{
mySteps
.
shift
();
expect
(
audioPlayer
.
state
).
assertEqual
(
'
stopped
'
);
expect
(
audioPlayer
.
currentTime
).
assertClose
(
audioPlayer
.
duration
,
DELTA_TIME
);
console
.
log
(
`case finish called`
);
nextStep
(
mySteps
,
done
);
});
audioPlayer
.
on
(
'
error
'
,
(
err
)
=>
{
console
.
log
(
`case error called,errName is
${
err
.
name
}
`
);
console
.
log
(
`case error called,errCode is
${
err
.
code
}
`
);
console
.
log
(
`case error called,errMessage is
${
err
.
message
}
`
);
expect
(
err
.
code
).
assertEqual
(
errCode
);
if
((
mySteps
[
0
]
==
SEEKSTATE
)
||
(
mySteps
[
0
]
==
VOLUMESTATE
))
{
expect
(
mySteps
[
2
]).
assertEqual
(
ERRORSTATE
);
expect
(
err
.
message
).
assertEqual
(
mySteps
[
3
]);
mySteps
.
shift
();
mySteps
.
shift
();
mySteps
.
shift
();
mySteps
.
shift
();
}
else
{
expect
(
mySteps
[
1
]).
assertEqual
(
ERRORSTATE
);
expect
(
err
.
message
).
assertEqual
(
mySteps
[
2
]);
mySteps
.
shift
();
mySteps
.
shift
();
mySteps
.
shift
();
}
nextStep
(
mySteps
,
done
);
});
};
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0100
* @tc.name : 001.本地音频初始状态:进行播放
* @tc.desc : 1.播放成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0100
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0200
* @tc.name : 002.本地音频播放状态:进行暂停
* @tc.desc : 1.播放成功
2.Pause成功
3.Reset成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0200
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
RESETSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0300
* @tc.name : 003.本地音频暂停状态:进行恢复播放
* @tc.desc : 1.播放成功
2.Pause成功
3.Play成功
4.Reset成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0300
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
PLAYSTATE
,
RESETSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0500
* @tc.name : 005.本地音频播放状态:进行结束播放
* @tc.desc : 1.播放成功
2.Reset成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0500
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
RESETSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0600
* @tc.name : 006.本地音频播放状态:暂停后恢复播放,再次暂停
* @tc.desc : 1.播放成功
2.Pause成功
3.Play成功
4.Pause成功
5.Reset成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0600
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
PLAYSTATE
,
PAUSESTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0700
* @tc.name : 007.本地音频暂停状态:暂停后结束播放
* @tc.desc : 1.播放成功
2.Pause成功
3.Stop成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0700
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
STOPSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0800
* @tc.name : 008.本地音频播放状态:暂停后恢复播放,再结束播放
* @tc.desc : 1.播放成功
2.Pause成功
3.播放成功
4.Stop成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0800
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
PLAYSTATE
,
STOPSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0900
* @tc.name : 009.本地音频播放状态:停止播放后重新开始播放,暂停后恢复播放,再结束播放
* @tc.desc : 1.播放成功
2.Stop成功
3.播放成功
4.Pause成功
5.Play成功
6.Reset成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 2
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_0900
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
STOPSTATE
,
RESETSTATE
,
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
PLAYSTATE
,
RESETSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1000
* @tc.name : 010.本地音频暂停状态:停止播放后重新开始播放,暂停后结束播放
* @tc.desc : 1.播放成功
2.Pause成功
3.Stop成功
4.播放成功
5.Pause成功
6.Reset成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 2
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1000
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
STOPSTATE
,
RESETSTATE
,
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
RESETSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1100
* @tc.name : 011.本地音频播放状态:停止播放后重新开始播放,再次结束播放
* @tc.desc : 1.播放成功
2.Stop成功
3.播放成功
4.Reset成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 2
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1100
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
STOPSTATE
,
RESETSTATE
,
SRCSTATE
,
PLAYSTATE
,
RESETSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1200
* @tc.name : 012.本地音频暂停状态:暂停后再次play
* @tc.desc : 1.播放成功
2.Pause成功
3.播放成功
4.Reset成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 2
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1200
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
PLAYSTATE
,
RESETSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1300
* @tc.name : 013.本地音频停止状态:停止播放后暂停
* @tc.desc : 1.播放成功
2.Stop成功
3.Pause失败
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1300
'
,
0
,
async
function
(
done
)
{
errCode
=
STEPERRCODE
;
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
STOPSTATE
,
PAUSESTATE
,
ERRORSTATE
,
PAUSEERROR
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1400
* @tc.name : 014.本地音频初始状态:开始播放,进行Seek,再暂停
* @tc.desc : 1.播放成功
2.Seek成功
3.Pause成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1400
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
SEEKSTATE
,
0
,
PAUSESTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1500
* @tc.name : 015.本地音频初始状态:开始播放,暂停后进行Seek,再恢复播放
* @tc.desc : 1.播放成功
2.Pause成功
3.Seek成功
4.Play成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1500
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
SEEKSTATE
,
0
,
SEEKSTATE
,
DURATION_TIME
/
2
,
SEEKSTATE
,
audioPlayer
.
duration
,
PLAYSTATE
,
FINISHSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1600
* @tc.name : 016.本地音频初始状态:开始播放,暂停后恢复播放,进行Seek,再暂停
* @tc.desc : 1.播放成功
2.Pause成功
3.Play成功
4.Seek成功
5.pause成功
6.Reset成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1600
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
PLAYSTATE
,
SEEKSTATE
,
0
,
PAUSESTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1700
* @tc.name : 017.本地音频初始状态:开始播放,进行Seek
* @tc.desc : 1.播放成功
2.Seek成功
3.Reset成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1700
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
SEEKSTATE
,
DURATION_TIME
/
2
,
RESETSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1800
* @tc.name : 018.本地音频初始状态:开始播放,进行Seek,停止播放
* @tc.desc : 1.播放成功
2.Seek成功
3.Stop成功
4.Reset成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1800
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
SEEKSTATE
,
DURATION_TIME
/
2
,
STOPSTATE
,
RESETSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1900
* @tc.name : 019.本地音频初始状态:开始播放,停止播放,进行Seek
* @tc.desc : 1.播放成功
2.Stop成功
3.Seek失败
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_1900
'
,
0
,
async
function
(
done
)
{
errCode
=
STEPERRCODE
;
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
STOPSTATE
,
SEEKSTATE
,
0
,
ERRORSTATE
,
SEEKERROR
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2000
* @tc.name : 020.本地音频初始状态:开始播放,暂停后进行Seek
* @tc.desc : 1.播放成功
2.Pause成功
3.Seek成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2000
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
SEEKSTATE
,
0
,
RESETSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2100
* @tc.name : 021.本地音频初始状态:开始播放,暂停后进行Seek,停止播放
* @tc.desc : 1.播放成功
2.Pause成功
3.Seek成功
4.Stop成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2100
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
SEEKSTATE
,
DURATION_TIME
/
2
,
STOPSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2200
* @tc.name : 022.本地音频初始状态:开始播放,暂停后恢复播放,进行Seek
* @tc.desc : 1.播放成功
2.Pause成功
3.Play成功
4.Seek成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2200
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
PLAYSTATE
,
SEEKSTATE
,
0
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2300
* @tc.name : 023.本地音频初始状态:开始播放,暂停后恢复播放,进行Seek,停止播放
* @tc.desc : 1.播放成功
2.Pause成功
3.Play成功
4.Stop成功
5.Seek成功
6.Stop成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2300
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
PLAYSTATE
,
SEEKSTATE
,
0
,
STOPSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2400
* @tc.name : 024.本地音频初始状态:开始播放,停止播放,进行Seek,重新播放
* @tc.desc : 1.播放成功
2.Stop成功
3.Seek失败
4.重新播放成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2400
'
,
0
,
async
function
(
done
)
{
errCode
=
STEPERRCODE
;
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
STOPSTATE
,
SEEKSTATE
,
0
,
ERRORSTATE
,
SEEKERROR
,
RESETSTATE
,
SRCSTATE
,
PLAYSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2500
* @tc.name : 025.本地音频播放状态:进行Seek,Seek到文件开始的位置
* @tc.desc : 1.播放成功
2.Seek成功
3.Reset成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2500
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
SEEKSTATE
,
0
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2600
* @tc.name : 026.本地音频初始状态:开始播放,停止播放,进行Seek,再暂停
* @tc.desc : 1.播放成功
2.Stop成功
3.Seek失败
4.Pause失败
5.Reset成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 3
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2600
'
,
0
,
async
function
(
done
)
{
errCode
=
STEPERRCODE
;
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
STOPSTATE
,
SEEKSTATE
,
SEEK_TIME
,
ERRORSTATE
,
SEEKERROR
,
PAUSESTATE
,
ERRORSTATE
,
PAUSEERROR
,
RESETSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2700
* @tc.name : 027.本地音频初始状态:开始播放,停止播放,进行Seek,再进行恢复播放操作
* @tc.desc : 1.播放成功;
2.Stop成功;
3.Seek失败
4.恢复播放成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 3
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2700
'
,
0
,
async
function
(
done
)
{
errCode
=
STEPERRCODE
;
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
STOPSTATE
,
SEEKSTATE
,
SEEK_TIME
,
ERRORSTATE
,
SEEKERROR
,
RESETSTATE
,
SRCSTATE
,
PLAYSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2800
* @tc.name : 028.本地音频播放状态:进行Seek,Seek到文件结尾的位置
* @tc.desc : 1.播放成功
2.Seek成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2800
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
SEEKSTATE
,
DURATION_TIME
,
FINISHSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2900
* @tc.name : 029.本地音频播放状态:进行Seek,Seek到超过文件结尾的位置
* @tc.desc : 1.播放成功
2.Seek到结尾
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 3
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_2900
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
SEEKSTATE
,
DURATION_TIME
+
DELTA_TIME
,
FINISHSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_3000
* @tc.name : 030.本地音频播放状态:进行Seek,Seek到文件随机的位置
* @tc.desc : 1.Seek成功,查看currenTime与seek到的位置一致
2.当前位置为seek设置的随机位置
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_3000
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
SEEKSTATE
,
DURATION_TIME
/
5
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_3200
* @tc.name : 032.本地音频播放状态:暂停时Seek到文件开始,恢复播放
* @tc.desc : 1.播放成功
2.暂停成功
3.Seek成功
4.Play成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_3200
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
SEEKSTATE
,
0
,
PLAYSTATE
,
RESETSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_3300
* @tc.name : 033.本地音频播放状态:暂停时Seek到文件结尾,恢复播放
* @tc.desc : 1.播放成功
2.暂停成功
3.Seek成功
4.Play成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_3300
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
SEEKSTATE
,
DURATION_TIME
,
PLAYSTATE
,
FINISHSTATE
,
RESETSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_3400
* @tc.name : 034.本地音频播放状态:暂停时Seek到超过文件结尾的位置,恢复播放
* @tc.desc : 1.播放成功
2.暂停成功
3.Seek成功
4.Play成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 3
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_3400
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
PAUSESTATE
,
SEEKSTATE
,
DURATION_TIME
+
DELTA_TIME
,
PLAYSTATE
,
FINISHSTATE
,
RESETSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_3500
* @tc.name : 035.本地音频播放状态:播放时Seek到超过文件结尾的位置,再重新开始播放
* @tc.desc : 1.播放成功
2.Seek成功
3.finish回调函数触发,并重新开始播放
3.Play成功
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 3
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_3500
'
,
0
,
async
function
(
done
)
{
var
mySteps
=
new
Array
(
SRCSTATE
,
PLAYSTATE
,
SEEKSTATE
,
DURATION_TIME
+
DELTA_TIME
,
FINISHSTATE
,
PLAYSTATE
,
RESETSTATE
,
ENDSTATE
);
initAudioPlayer
();
setCallback
(
mySteps
,
done
);
audioPlayer
.
src
=
audioSource
;
})
/* *
* @tc.number : SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_3600
* @tc.name : 036.支持设置循环播放
* @tc.desc :
* @tc.size : MEDIUM
* @tc.type : Function test
* @tc.level : Level 0
*/
it
(
'
SUB_MEDIA_PLAYER_LOCAL_AUDIO_Function_04_3600
'
,
0
,
async
function
(
done
)
{
var
playCount
=
0
;
var
seekCount
=
0
;
var
testAudioPlayer
=
media
.
createAudioPlayer
();
testAudioPlayer
.
on
(
'
dataLoad
'
,
()
=>
{
console
.
log
(
`case dataLoad called`
);
expect
(
testAudioPlayer
.
currentTime
).
assertEqual
(
0
);
expect
(
testAudioPlayer
.
duration
).
assertEqual
(
DURATION_TIME
);
expect
(
testAudioPlayer
.
state
).
assertEqual
(
'
paused
'
);
testAudioPlayer
.
loop
=
true
;
testAudioPlayer
.
play
();
});
testAudioPlayer
.
on
(
'
play
'
,
()
=>
{
console
.
log
(
`case play called`
);
console
.
log
(
`case play currentTime is
${
testAudioPlayer
.
currentTime
}
`
);
expect
(
testAudioPlayer
.
duration
).
assertEqual
(
DURATION_TIME
);
expect
(
testAudioPlayer
.
state
).
assertEqual
(
'
playing
'
);
sleep
(
PLAY_TIME
);
if
(
playCount
==
1
)
{
return
;
}
playCount
++
testAudioPlayer
.
seek
(
DURATION_TIME
);
});
testAudioPlayer
.
on
(
'
timeUpdate
'
,
(
seekDoneTime
)
=>
{
if
(
typeof
(
seekDoneTime
)
==
"
undefined
"
)
{
console
.
log
(
`case seek filed,errcode is
${
seekDoneTime
}
`
);
return
;
}
if
(
seekCount
==
1
)
{
testAudioPlayer
.
reset
();
return
;
}
seekCount
++
console
.
log
(
`case seekDoneTime is
${
seekDoneTime
}
`
);
console
.
log
(
`case seek called`
);
expect
(
testAudioPlayer
.
currentTime
+
1
).
assertClose
(
seekDoneTime
+
1
,
DELTA_TIME
);
});
testAudioPlayer
.
on
(
'
finish
'
,
()
=>
{
expect
(
testAudioPlayer
.
state
).
assertEqual
(
'
playing
'
);
console
.
log
(
`case finish called`
);
});
testAudioPlayer
.
on
(
'
reset
'
,
()
=>
{
expect
(
testAudioPlayer
.
state
).
assertEqual
(
'
idle
'
);
console
.
log
(
`case reset called`
);
testAudioPlayer
.
release
();
done
();
});
testAudioPlayer
.
src
=
audioSource
;
})
})
\ No newline at end of file
multimedia/audio/audioPlayer/project/entry/src/main/resources/base/element/string.json
0 → 100644
浏览文件 @
e16ac37e
{
"string"
:
[
{
"name"
:
"app_name"
,
"value"
:
"MyApplication"
},
{
"name"
:
"mainability_description"
,
"value"
:
"JS_Phone_Empty Feature Ability"
}
]
}
\ No newline at end of file
multimedia/audio/audioPlayer/project/entry/src/main/resources/base/media/icon.png
0 → 100644
浏览文件 @
e16ac37e
6.6 KB
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录