mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-30 14:52:23 +08:00
初始提交
This commit is contained in:
23
src/Rtsp/RtspPlayerImp.cpp
Normal file
23
src/Rtsp/RtspPlayerImp.cpp
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* 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 */
|
||||
Reference in New Issue
Block a user