完善stopRecord接口

This commit is contained in:
xiongziliang
2019-12-05 14:31:44 +08:00
parent 055c312579
commit 10dc254510
3 changed files with 10 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ public:
* @param app 应用名
* @param stream_id 流id
*/
static void stopRecord(type type, const string &vhost, const string &app, const string &stream_id);
static bool stopRecord(type type, const string &vhost, const string &app, const string &stream_id);
/**
* 停止所有录制,一般程序退出时调用