Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
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
winlin
2014-11-25 10:50:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cd0ab5fb435508e205419518e20ef031308cfc80
cd0ab5fb
1 parent
db7af625
update PRIMARY, AUTHORS, CONTRIBUTORS rule
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
1 行增加
和
1 行删除
trunk/research/players/srs_bwt/release/srs_bwt.swf
trunk/research/players/srs_bwt/src/srs_bwt.as
trunk/research/players/srs_player/release/srs_player.swf
trunk/research/players/srs_publisher/release/srs_publisher.swf
trunk/research/players/srs_bwt/release/srs_bwt.swf
查看文件 @
cd0ab5f
不能预览此文件类型
trunk/research/players/srs_bwt/src/srs_bwt.as
查看文件 @
cd0ab5f
...
...
@@ -101,7 +101,7 @@ package
var
as_on_progress_change
:
Function
=
function
(
percent
:
Number
)
:
void
{
self
.
on_progress
(
percent
)
;
}
;
var
as_on_srs_info
:
Function
=
function
(
srs_server
:
String
,
srs_primary
,
srs_authors
:
String
,
srs_id
:
String
,
srs_pid
:
String
,
srs_server_ip
:
String
)
:
void
{
var
as_on_srs_info
:
Function
=
function
(
srs_server
:
String
,
srs_primary
:
String
,
srs_authors
:
String
,
srs_id
:
String
,
srs_pid
:
String
,
srs_server_ip
:
String
)
:
void
{
self
.
update_context_items
(
srs_server
,
srs_primary
,
srs_authors
,
srs_id
,
srs_pid
,
srs_server_ip
)
;
}
;
var
as_on_complete
:
Function
=
function
(
start_time
:
Number
,
end_time
:
Number
,
play_kbps
:
Number
,
publish_kbps
:
Number
,
play_bytes
:
Number
,
publish_bytes
:
Number
,
play_time
:
Number
,
publish_time
:
Number
)
:
void
{
...
...
trunk/research/players/srs_player/release/srs_player.swf
查看文件 @
cd0ab5f
不能预览此文件类型
trunk/research/players/srs_publisher/release/srs_publisher.swf
查看文件 @
cd0ab5f
不能预览此文件类型
请
注册
或
登录
后发表评论