mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 04:08:13 +08:00
程序退出前停止一切录制
This commit is contained in:
@@ -56,6 +56,7 @@ public:
|
||||
static status getRecordStatus(type type, const string &vhost, const string &app, const string &stream_id);
|
||||
static int startRecord(type type, const string &vhost, const string &app, const string &stream_id,bool waitForRecord, bool continueRecord);
|
||||
static void stopRecord(type type, const string &vhost, const string &app, const string &stream_id);
|
||||
static void stopAll();
|
||||
private:
|
||||
Recorder() = delete;
|
||||
~Recorder() = delete;
|
||||
|
||||
Reference in New Issue
Block a user