vdr
1.7.27
|
#include <recording.h>
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 |
Definition at line 37 of file include/vdr/recording.h.
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 | ||
) |
void cResumeFile::Delete | ( | void | ) |
Definition at line 304 of file recording.c.
References fileName, LOG_ERROR_STR, Recordings, and cRecordings::ResetResume().
Referenced by cIndexFile::cIndexFile(), cSVDRP::CmdPLAY(), cMenuEditRecording::ProcessKey(), and cMenuRecordings::Rewind().
void cResumeFile::Delete | ( | void | ) |
int cResumeFile::Read | ( | void | ) |
int cResumeFile::Read | ( | void | ) |
Definition at line 231 of file recording.c.
References fileName, isPesRecording, LOG_ERROR_STR, cReadLine::Read(), safe_read(), and skipspace().
Referenced by cRecording::GetResume(), and cIndexFile::GetResume().
bool cResumeFile::Save | ( | int | Index | ) |
Definition at line 276 of file recording.c.
References fileName, isPesRecording, LOG_ERROR_STR, Recordings, cRecordings::ResetResume(), and safe_write().
Referenced by cIndexFile::StoreResume().
bool cResumeFile::Save | ( | int | Index | ) |
char * cResumeFile::fileName [private] |
Definition at line 39 of file include/vdr/recording.h.
Referenced by cResumeFile(), Delete(), Read(), Save(), and ~cResumeFile().
bool cResumeFile::isPesRecording [private] |
Definition at line 40 of file include/vdr/recording.h.
Referenced by cResumeFile(), Read(), and Save().