mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 03:10:04 +08:00
规范化命名
This commit is contained in:
parent
b6c64fb4ed
commit
1cb5c9a7ff
@ -35,7 +35,7 @@
|
||||
#include "RTP/RtpMakerAAC.h"
|
||||
#include "RTP/RtpMakerH264.h"
|
||||
#include "Rtsp/RtspToRtmpMediaSource.h"
|
||||
#include "Rtsp/RtspEncoder.h"
|
||||
#include "Rtsp/RtspSdp.h"
|
||||
#include "Util/TimeTicker.h"
|
||||
|
||||
using namespace std;
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// Created by xzl on 2018/10/23.
|
||||
//
|
||||
#include "RtspEncoder.h"
|
||||
#include "RtspSdp.h"
|
||||
|
||||
namespace ZL{
|
||||
namespace Rtsp{
|
@ -277,16 +277,16 @@ private:
|
||||
/**
|
||||
* rtsp生成器
|
||||
*/
|
||||
class RtspEncoder : public FrameRingInterface , public RtpRingInterface{
|
||||
class RtspMaker : public FrameRingInterface , public RtpRingInterface{
|
||||
public:
|
||||
/**
|
||||
* 构成函数
|
||||
*/
|
||||
RtspEncoder(){
|
||||
RtspMaker(){
|
||||
_rtpRing = std::make_shared<RtpRingInterface::RingType>();
|
||||
_frameRing = std::make_shared<FrameRingInterface::RingType>();
|
||||
}
|
||||
virtual ~RtspEncoder(){}
|
||||
virtual ~RtspMaker(){}
|
||||
|
||||
/**
|
||||
* 添加音视频track
|
Loading…
Reference in New Issue
Block a user