mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 13:05:59 +08:00
RtpServer支持udp与tcp模式并存
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
/**
|
||||
* 设置onDetach事件回调
|
||||
*/
|
||||
void setOnDetach(const std::function<void()> &cb);
|
||||
void setOnDetach(std::function<void()> cb);
|
||||
|
||||
/**
|
||||
* 设置onDetach事件回调,false检查RTP超时,true停止
|
||||
|
||||
Reference in New Issue
Block a user