MythTV
master
|
#include <QString>
#include <QSize>
#include "libmythbase/programinfo.h"
#include "libmythtv/mythtvexp.h"
Go to the source code of this file.
Classes | |
class | RecordingFile |
Holds information on a recording file and it's video and audio streams. More... | |
Enumerations | |
enum | AVContainer : std::uint8_t { formatUnknown = 0, formatNUV = 1, formatMPEG2_TS = 2, formatMPEG2_PS = 3 } |
enum AVContainer : std::uint8_t |
Enumerator | |
---|---|
formatUnknown | |
formatNUV | |
formatMPEG2_TS | |
formatMPEG2_PS |
Definition at line 12 of file recordingfile.h.