vdr  2.2.0
Public Member Functions | Private Attributes | List of all members
cResumeFile Class Reference

#include <recording.h>

Public Member Functions

 cResumeFile (const char *FileName, bool IsPesRecording)
 
 ~cResumeFile ()
 
int Read (void)
 
bool Save (int Index)
 
void Delete (void)
 

Private Attributes

char * fileName
 
bool isPesRecording
 

Detailed Description

Definition at line 51 of file recording.h.

Constructor & Destructor Documentation

cResumeFile::cResumeFile ( const char *  FileName,
bool  IsPesRecording 
)

Definition at line 240 of file recording.c.

References esyslog, itoa(), MALLOC, RESUMEFILESUFFIX, cSetup::ResumeID, and Setup.

cResumeFile::~cResumeFile ( )

Definition at line 253 of file recording.c.

Member Function Documentation

void cResumeFile::Delete ( void  )
int cResumeFile::Read ( void  )
bool cResumeFile::Save ( int  Index)

Member Data Documentation

char* cResumeFile::fileName
private

Definition at line 53 of file recording.h.

Referenced by cFileName::Name().

bool cResumeFile::isPesRecording
private

Definition at line 54 of file recording.h.

Referenced by cRecording::IsPesRecording().


The documentation for this class was generated from the following files: