vdr 2.6.7
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 52 of file recording.h.

Constructor & Destructor Documentation

◆ cResumeFile()

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

Definition at line 242 of file recording.c.

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

◆ ~cResumeFile()

cResumeFile::~cResumeFile ( )

Definition at line 255 of file recording.c.

References fileName.

Member Function Documentation

◆ Delete()

void cResumeFile::Delete ( void )

◆ Read()

int cResumeFile::Read ( void )

◆ Save()

bool cResumeFile::Save ( int Index)

Member Data Documentation

◆ fileName

char* cResumeFile::fileName
private

Definition at line 54 of file recording.h.

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

◆ isPesRecording

bool cResumeFile::isPesRecording
private

Definition at line 55 of file recording.h.

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


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