vdr  1.7.27
Public Member Functions | Private Attributes
cResumeFile Class Reference

#include <recording.h>

List of all members.

Public Member Functions

 cResumeFile (const char *FileName, bool IsPesRecording)
 ~cResumeFile ()
int Read (void)
bool Save (int Index)
void Delete (void)
 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 37 of file include/vdr/recording.h.


Constructor & Destructor Documentation

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

Definition at line 213 of file recording.c.

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

Definition at line 226 of file recording.c.

References fileName.

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

Member Function Documentation

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

Member Data Documentation

char * cResumeFile::fileName [private]

Definition at line 39 of file include/vdr/recording.h.

Referenced by cResumeFile(), Delete(), Read(), Save(), and ~cResumeFile().

Definition at line 40 of file include/vdr/recording.h.

Referenced by cResumeFile(), Read(), and Save().


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