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
2015-06-17 16:47:08 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
8951752086b92bdf71c6abe58e6d2ddaadb4f93d
89517520
2 parents
6f685e66
2e437a28
Merge branch '2.0release' into develop
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
10 行增加
和
1 行删除
README.md
trunk/src/app/srs_app_async_call.hpp
README.md
查看文件 @
8951752
...
...
@@ -95,7 +95,7 @@ git clone https://gitlab.com/winlinvip/srs-gitlab.git
<pre>
git clone https://github.com/simple-rtmp-server/srs &&
cd s
imple-rtmp-server
/trunk
cd s
rs
/trunk
</pre>
<strong>
Step 2:
</strong>
build SRS,
...
...
trunk/src/app/srs_app_async_call.hpp
查看文件 @
8951752
...
...
@@ -48,7 +48,16 @@ public:
ISrsAsyncCallTask
();
virtual
~
ISrsAsyncCallTask
();
public
:
/**
* execute the task async.
* this method is the actual execute method of task,
* for example, to notify callback server.
*/
virtual
int
call
()
=
0
;
/**
* convert task to string to describe it.
* used for logger.
*/
virtual
std
::
string
to_string
()
=
0
;
};
...
...
请
注册
或
登录
后发表评论