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

Some minor fixes.

This commit is contained in:
Rolf Ahrenberg
2007-09-12 21:55:57 +00:00
parent 6511d87fe6
commit 9131cd0e48
2 changed files with 29 additions and 22 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.3 2007/09/12 21:14:51 rahrenbe Exp $
* $Id: streamer.h,v 1.4 2007/09/12 21:55:57 rahrenbe Exp $
*/
#ifndef __IPTV_STREAMER_H
@@ -32,7 +32,7 @@ private:
public:
cIptvStreamer();
cIptvStreamer(cRingBufferLinear* BufferPtr, cMutex* Mutex);
cIptvStreamer(cRingBufferLinear* Buffer, cMutex* Mutex);
virtual ~cIptvStreamer();
virtual void Action();
bool SetStream(const char* address, const int port, const char* protocol);