summaryrefslogtreecommitdiff
path: root/dvbapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'dvbapi.h')
-rw-r--r--dvbapi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dvbapi.h b/dvbapi.h
index 557ae5d9..fb9a3fa2 100644
--- a/dvbapi.h
+++ b/dvbapi.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbapi.h 1.55 2001/10/27 12:44:45 kls Exp $
+ * $Id: dvbapi.h 1.56 2001/10/28 15:47:10 kls Exp $
*/
#ifndef __DVBAPI_H
@@ -234,8 +234,6 @@ private:
cPlayBuffer *replayBuffer;
int ca;
int priority;
- int Ca(void) { return ca; }
- // Returns the ca of the current recording session (0..MAXDVBAPI).
int Priority(void) { return priority; }
// Returns the priority of the current recording session (0..MAXPRIORITY),
// or -1 if no recording is currently active.
@@ -244,6 +242,8 @@ private:
void SetModeReplay(void);
void SetModeNormal(bool FromRecording);
public:
+ int Ca(void) { return ca; }
+ // Returns the ca of the current recording session (0..MAXDVBAPI).
int SecondsToFrames(int Seconds);
// Returns the number of frames corresponding to the given number of seconds.
bool Recording(void);