Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
liveAssistant_web_demo
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
胡斌
2017-05-03 20:17:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c52624a0b7345bcf7feff13d95305dc23422d915
c52624a0
1 parent
9e348118
add movie duration to movie_pos input area
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
demo.html
demo.html
查看文件 @
c52624a
...
...
@@ -322,6 +322,9 @@ a:active {
writeToScreen
(
info
);
info
=
"framerate:"
+
uint32params
[
2
]
+
" duration:"
+
uint32params
[
3
];
writeToScreen
(
info
);
document
.
getElementById
(
"mov_pos"
).
value
=
parseInt
(
uint32params
[
3
]);
info
=
"playpos:"
+
uint32params
[
4
]
+
" filesize:"
+
uint32params
[
5
];
writeToScreen
(
info
);
var
file_name_len
=
uint32params
[
6
];
...
...
请
注册
或
登录
后发表评论