RtspPlayerImp.cpp 388 Bytes
Newer Older
xzl committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 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 */