mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 11:17:09 +08:00
添加接口
This commit is contained in:
parent
1ff490d119
commit
0839ddb681
@ -59,6 +59,15 @@ public:
|
|||||||
_rtmp->inputFrame(frame);
|
_rtmp->inputFrame(frame);
|
||||||
_rtsp->inputFrame(frame);
|
_rtsp->inputFrame(frame);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 设置事件监听器
|
||||||
|
* @param listener
|
||||||
|
*/
|
||||||
|
void setListener(const std::weak_ptr<MediaSourceEvent> &listener){
|
||||||
|
_rtmp->setListener(listener);
|
||||||
|
_rtsp->setListener(listener);
|
||||||
|
}
|
||||||
private:
|
private:
|
||||||
RtmpMediaSourceMuxer::Ptr _rtmp;
|
RtmpMediaSourceMuxer::Ptr _rtmp;
|
||||||
RtspMediaSourceMuxer::Ptr _rtsp;
|
RtspMediaSourceMuxer::Ptr _rtsp;
|
||||||
|
Loading…
Reference in New Issue
Block a user