|
vdr
2.2.0
|
#include <recording.h>
Public Member Functions | |
| cMark (int Position=0, const char *Comment=NULL, double FramesPerSecond=DEFAULTFRAMESPERSECOND) | |
| virtual | ~cMark () |
| int | Position (void) const |
| const char * | Comment (void) const |
| void | SetPosition (int Position) |
| void | SetComment (const char *Comment) |
| cString | ToText (void) |
| bool | Parse (const char *s) |
| bool | Save (FILE *f) |
Public Member Functions inherited from cListObject | |
| cListObject (void) | |
| virtual | ~cListObject () |
| virtual int | Compare (const cListObject &ListObject) const |
| void | Append (cListObject *Object) |
| void | Insert (cListObject *Object) |
| void | Unlink (void) |
| int | Index (void) const |
| cListObject * | Prev (void) const |
| cListObject * | Next (void) const |
Private Attributes | |
| double | framesPerSecond |
| int | position |
| cString | comment |
Friends | |
| class | cMarks |
Definition at line 335 of file recording.h.
| cMark::cMark | ( | int | Position = 0, |
| const char * | Comment = NULL, |
||
| double | FramesPerSecond = DEFAULTFRAMESPERSECOND |
||
| ) |
Definition at line 2019 of file recording.c.
|
virtual |
Definition at line 2026 of file recording.c.
|
inline |
Definition at line 345 of file recording.h.
| bool cMark::Parse | ( | const char * | s | ) |
Definition at line 2035 of file recording.c.
References HMSFToIndex(), MarkFramesPerSecond, and skipspace().
|
inline |
Definition at line 344 of file recording.h.
Referenced by cDvbPlayer::Action(), cCuttingThread::Action(), cSkinDisplayReplay::cProgressBar::cProgressBar(), cReplayControl::EditTest(), cMarks::GetNextBegin(), cMarks::GetNextEnd(), cReplayControl::MarkMove(), and cDvbPlayer::Save().
| bool cMark::Save | ( | FILE * | f | ) |
Definition at line 2049 of file recording.c.
|
inline |
Definition at line 347 of file recording.h.
References cResumeFile::Save().
|
inline |
Definition at line 346 of file recording.h.
Referenced by cReplayControl::MarkMove().
| cString cMark::ToText | ( | void | ) |
Definition at line 2030 of file recording.c.
References IndexToHMSF(), and cString::sprintf().
|
friend |
Definition at line 336 of file recording.h.
|
private |
Definition at line 340 of file recording.h.
|
private |
Definition at line 338 of file recording.h.
|
private |
Definition at line 339 of file recording.h.
1.8.11