|
MythTV master
|
#include <cstdint>#include "mpg_common.h"#include "ts.h"#include "element.h"#include "ringbuffer.h"#include "avi.h"#include "multiplex.h"Go to the source code of this file.
Classes | |
| struct | replex |
Macros | |
| #define | REPLEX_TS 0 |
| #define | REPLEX_PS 1 |
| #define | REPLEX_AVI 2 |
| #define | VIDEO_BUF (6*1024*1024) |
| #define | AUDIO_BUF (VIDEO_BUF/10) |
| #define | AC3_BUF (VIDEO_BUF/10) |
| #define | INDEX_BUF (32000*32) |
Enumerations | |
| enum | { S_SEARCH , S_FOUND , S_ERROR } |
Functions | |
| void | init_index (index_unit *iu) |
| void init_index | ( | index_unit * | iu | ) |
Definition at line 1859 of file replex.cpp.
Referenced by analyze_audio(), analyze_video(), find_pids_stdin(), and init_replex().