summaryrefslogtreecommitdiff
path: root/server/streamer.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-02-08 13:59:16 +0000
committerlordjaxom <lordjaxom>2005-02-08 13:59:16 +0000
commit8e4556b0a982dab75d8ba3bb388965ecf47fa0b0 (patch)
treecda6583f76af5967c634fffe454b003052baf521 /server/streamer.h
parent04a5985dcc0a24a1ff7b8debd5e88d4de46bb989 (diff)
downloadvdr-plugin-streamdev-8e4556b0a982dab75d8ba3bb388965ecf47fa0b0.tar.gz
vdr-plugin-streamdev-8e4556b0a982dab75d8ba3bb388965ecf47fa0b0.tar.bz2
- first adoptions (transfer-commit)
Diffstat (limited to 'server/streamer.h')
-rw-r--r--server/streamer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/streamer.h b/server/streamer.h
index 1bfcc47..0f374b5 100644
--- a/server/streamer.h
+++ b/server/streamer.h
@@ -1,5 +1,5 @@
/*
- * $Id: streamer.h,v 1.1 2004/12/30 22:44:21 lordjaxom Exp $
+ * $Id: streamer.h,v 1.2 2005/02/08 13:59:16 lordjaxom Exp $
*/
#ifndef VDR_STREAMDEV_STREAMER_H
@@ -34,6 +34,7 @@ public:
virtual void Stop(void);
int Put(uchar *Data, int Length) { return m_RingBuffer->Put(Data, Length); }
+ void ReportOverflow(int Bytes) { m_RingBuffer->ReportOverflow(Bytes); }
virtual void Detach(void) = 0;
virtual void Attach(void) = 0;