mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-06 03:28:09 +08:00
Unified code style (#2137)
This commit is contained in:
@@ -41,8 +41,9 @@ private:
|
||||
|
||||
class RtpMultiCaster {
|
||||
public:
|
||||
typedef std::shared_ptr<RtpMultiCaster> Ptr;
|
||||
typedef std::function<void()> onDetach;
|
||||
using Ptr = std::shared_ptr<RtpMultiCaster>;
|
||||
using onDetach = std::function<void()>;
|
||||
|
||||
~RtpMultiCaster();
|
||||
|
||||
static Ptr get(toolkit::SocketHelper &helper, const std::string &local_ip, const std::string &vhost, const std::string &app, const std::string &stream);
|
||||
|
||||
Reference in New Issue
Block a user