ZLMediaKit/src/Rtsp/RtspPlayerImp.cpp
2017-04-01 16:35:56 +08:00

24 lines
388 B
C++

/*
* RtspParserTester.cpp
*
* Created on: 2016年9月5日
* Author: xzl
*/
#include "RtspPlayerImp.h"
namespace ZL {
namespace Rtsp {
RtspPlayerImp::RtspPlayerImp() {
}
RtspPlayerImp::~RtspPlayerImp() {
DebugL<<endl;
teardown();
}
} /* namespace Rtsp */
} /* namespace ZL */