vdr
2.2.0
|
#include "cutter.h"
#include "menu.h"
#include "recording.h"
#include "remux.h"
#include "videodir.h"
Go to the source code of this file.
Classes | |
class | cPacketBuffer |
class | cPacketStorage |
class | cMpeg2Fixer |
class | cCuttingThread |
class | cHeapBuffer |
Macros | |
#define | CUTTINGCHECKINTERVAL 500 |
Functions | |
bool | CutRecording (const char *FileName) |
#define CUTTINGCHECKINTERVAL 500 |
Definition at line 727 of file cutter.c.
Referenced by CutRecording().
bool CutRecording | ( | const char * | FileName | ) |
Definition at line 729 of file cutter.c.
References cCutter::Active(), cListBase::Count(), CUTTINGCHECKINTERVAL, DirectoryOk(), cCutter::Error(), cRecording::FramesPerSecond(), cMarks::GetNumSequences(), cRecording::IsPesRecording(), cMarks::Load(), cRecording::Name(), cCondWait::SleepMs(), and cCutter::Start().
Referenced by main().