Files
ZLMediaKit/src/Rtsp/RtspPlayerImp.cpp

24 lines
388 B
C++
Raw Normal View History

2017-04-01 16:35:56 +08:00
/*
* RtspParserTester.cpp
*
* Created on: 201695
* Author: xzl
*/
#include "RtspPlayerImp.h"
namespace ZL {
namespace Rtsp {
RtspPlayerImp::RtspPlayerImp() {
}
RtspPlayerImp::~RtspPlayerImp() {
DebugL<<endl;
teardown();
}
} /* namespace Rtsp */
} /* namespace ZL */