1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 11:37:03 +00:00

Added configurable UDP listen port for EXT protocol.

This commit is contained in:
Rolf Ahrenberg
2007-10-19 22:18:55 +00:00
parent 8e3956cbeb
commit 4dd9e42a71
16 changed files with 52 additions and 37 deletions

View File

@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
* $Id: streamer.h,v 1.12 2007/10/19 21:36:28 rahrenbe Exp $
* $Id: streamer.h,v 1.13 2007/10/19 22:18:55 rahrenbe Exp $
*/
#ifndef __IPTV_STREAMER_H
@@ -29,7 +29,7 @@ public:
cIptvStreamer(cRingBufferLinear* RingBuffer, cMutex* Mutex);
virtual ~cIptvStreamer();
virtual void Action(void);
bool Set(const char* Location, const int Parameter, cIptvProtocolIf* Protocol);
bool Set(const char* Location, const int Parameter, const int Index, cIptvProtocolIf* Protocol);
bool Open(void);
bool Close(void);
cString GetInformation(void);