mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-24 01:42:22 +08:00
添加MediaSink类,简化重复逻辑代码
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include "RtspMuxer/RtspMediaSourceMuxer.h"
|
||||
#include "RtmpMuxer/RtmpMediaSourceMuxer.h"
|
||||
|
||||
class MultiMediaSourceMuxer : public FrameRingWriterInterface{
|
||||
class MultiMediaSourceMuxer : public FrameWriterInterface{
|
||||
public:
|
||||
typedef std::shared_ptr<MultiMediaSourceMuxer> Ptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user