ZLMediaKit/src/Rtmp/RtmpPlayerImp.cpp

24 lines
298 B
C++
Raw Normal View History

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