Project

General

Profile

Feature #2016 » componentRTSP.h

nano, 12/01/2014 03:14 PM

 
/*
* $Id: componentRTSP.h,v 1.2 2005/05/09 20:22:29 lordjaxom Exp $
*/

#ifndef VDR_STREAMDEV_RTSPSERVER_H
#define VDR_STREAMDEV_RTSPSERVER_H

#include "server/component.h"

class cComponentRTSP: public cServerComponent {
protected:
virtual cServerConnection *NewClient(void);

public:
cComponentRTSP(void);
};

#endif // VDR_STREAMDEV_RTSPSERVER_H
(2-2/5)