|
vdr
1.7.27
|
#include "cutter.h"#include "interface.h"#include "menu.h"#include "recording.h"#include "remux.h"#include "videodir.h"Go to the source code of this file.
Classes | |
| class | cCuttingThread |
Defines | |
| #define | CUTTINGCHECKINTERVAL 500 |
Functions | |
| bool | CutRecording (const char *FileName) |
| #define CUTTINGCHECKINTERVAL 500 |
Definition at line 377 of file cutter.c.
Referenced by CutRecording().
| bool CutRecording | ( | const char * | FileName | ) |
Definition at line 379 of file cutter.c.
References cCutter::Active(), cListBase::Count(), CUTTINGCHECKINTERVAL, DirectoryOk(), cRecording::FramesPerSecond(), cRecording::IsPesRecording(), cMarks::Load(), cRecording::Name(), cCondWait::SleepMs(), and cCutter::Start().
Referenced by main().
1.8.0