mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-05 19:08:09 +08:00
初始提交
This commit is contained in:
23
src/Rtmp/RtmpPlayerImp.cpp
Normal file
23
src/Rtmp/RtmpPlayerImp.cpp
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* RtmpPlayerImp.cpp
|
||||
*
|
||||
* Created on: 2016年12月1日
|
||||
* Author: xzl
|
||||
*/
|
||||
|
||||
#include "RtmpPlayerImp.h"
|
||||
|
||||
namespace ZL {
|
||||
namespace Rtmp {
|
||||
|
||||
RtmpPlayerImp::RtmpPlayerImp() {
|
||||
|
||||
}
|
||||
|
||||
RtmpPlayerImp::~RtmpPlayerImp() {
|
||||
DebugL<<endl;
|
||||
teardown();
|
||||
}
|
||||
|
||||
} /* namespace Rtmp */
|
||||
} /* namespace ZL */
|
||||
Reference in New Issue
Block a user