Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
63f0c029
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看板
提交
63f0c029
编写于
11月 03, 2022
作者:
L
lwx1121892
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
modify ContentType
Signed-off-by:
N
lwx1121892
<
liuxueqi3@huawei.com
>
上级
805e93a3
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
21 addition
and
21 deletion
+21
-21
multimedia/audio/audio_js_standard/audioInterrupt/src/main/js/test/AudioInterrupt.test.js
...rd/audioInterrupt/src/main/js/test/AudioInterrupt.test.js
+2
-2
multimedia/audio/audio_js_standard/audioInterruptRender/entry/src/main/ets/MainAbility/app.ets
...dioInterruptRender/entry/src/main/ets/MainAbility/app.ets
+19
-19
未找到文件。
multimedia/audio/audio_js_standard/audioInterrupt/src/main/js/test/AudioInterrupt.test.js
浏览文件 @
63f0c029
...
@@ -92,8 +92,8 @@ describe('audioInterrupt', function () {
...
@@ -92,8 +92,8 @@ describe('audioInterrupt', function () {
}
}
var
AudioRendererInfo
=
{
var
AudioRendererInfo
=
{
content
:
audio
.
ContentType
.
CONTENT_TYPE_
RINGTONE
,
content
:
audio
.
ContentType
.
CONTENT_TYPE_
MUSIC
,
usage
:
audio
.
StreamUsage
.
STREAM_USAGE_
NOTIFICATION_RINGTONE
,
usage
:
audio
.
StreamUsage
.
STREAM_USAGE_
MEDIA
,
rendererFlags
:
0
rendererFlags
:
0
}
}
...
...
multimedia/audio/audio_js_standard/audioInterruptRender/entry/src/main/ets/MainAbility/app.ets
浏览文件 @
63f0c029
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
* distributed under the License is distributed on an "AS IS" BASIS,
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
info(TAG +
* limitations under the License.
*/
*/
import
audio
from
'@ohos.multimedia.audio'
;
import
audio
from
'@ohos.multimedia.audio'
;
import
fileio
from
'@ohos.fileio'
;
import
fileio
from
'@ohos.fileio'
;
...
@@ -137,7 +137,7 @@ export default {
...
@@ -137,7 +137,7 @@ export default {
});
});
console
.
info
(
TAG
+
'AudioFrameworkRenderLog: Renderer after read'
);
console
.
info
(
TAG
+
'AudioFrameworkRenderLog: Renderer after read'
);
await
sleep
(
3000
);
await
sleep
(
3000
);
//
await audioRen.drain().then(async function () {
await
audioRen
.
drain
()
.
then
(
async
function
()
{
console
.
info
(
TAG
+
'AudioFrameworkRenderLog: Renderer drained : SUCCESS'
);
console
.
info
(
TAG
+
'AudioFrameworkRenderLog: Renderer drained : SUCCESS'
);
let
wantInfo
=
{
let
wantInfo
=
{
want
:
want
:
...
@@ -154,9 +154,9 @@ export default {
...
@@ -154,9 +154,9 @@ export default {
console
.
info
(
TAG
+
'terminateSelf ==================================== fail'
)
console
.
info
(
TAG
+
'terminateSelf ==================================== fail'
)
})
})
//
}).catch((err) => {
})
.
catch
((
err
)
=>
{
// console.error(
'AudioFrameworkRenderLog: Renderer drain: ERROR : ' + err.message);
console
.
error
(
TAG
+
'AudioFrameworkRenderLog: Renderer drain: ERROR : '
+
err
.
message
);
//
});
});
},
},
onDestroy
()
{
onDestroy
()
{
console
.
log
(
TAG1
+
'onDestroy'
);
console
.
log
(
TAG1
+
'onDestroy'
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录