⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
VDR Streamdev Plugin
All Projects
VDR Streamdev Plugin
+
New issue
Overview
Activity
Roadmap
Issues
Files
Repository
Download (354 Bytes)
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
« Previous
1
2
3
4
5
Next »
(2-2/5)
Loading...