mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Getting the event info for the current recording
This commit is contained in:
4
menu.h
4
menu.h
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: menu.h 1.23 2001/08/11 14:08:50 kls Exp $
|
||||
* $Id: menu.h 1.24 2001/08/19 14:44:32 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MENU_H
|
||||
@@ -72,7 +72,9 @@ class cRecordControl {
|
||||
private:
|
||||
cDvbApi *dvbApi;
|
||||
cTimer *timer;
|
||||
const cEventInfo *eventInfo;
|
||||
char *instantId;
|
||||
bool GetEventInfo(void);
|
||||
public:
|
||||
cRecordControl(cDvbApi *DvbApi, cTimer *Timer = NULL);
|
||||
virtual ~cRecordControl();
|
||||
|
Reference in New Issue
Block a user