#include <format.h>
Definition at line 12 of file format.h.
Public Attributes | |
| char | finfo [12] |
| char | version [5] |
| int | width |
| int | height |
| int | desiredwidth |
| int | desiredheight |
| char | pimode |
| double | aspect |
| double | fps |
| int | videoblocks |
| int | audioblocks |
| int | textsblocks |
| int | keyframedist |
| char rtfileheader::finfo[12] |
Definition at line 14 of file format.h.
Referenced by NuppelDecoder::GetFrame(), NuppelDecoder::OpenFile(), and NuppelVideoRecorder::WriteFileHeader().
| char rtfileheader::version[5] |
Definition at line 16 of file format.h.
Referenced by NuppelDecoder::GetFrame(), NuppelDecoder::OpenFile(), NuppelDecoder::ReadFileheader(), and NuppelVideoRecorder::WriteFileHeader().
Definition at line 17 of file format.h.
Referenced by NuppelDecoder::GetFrame(), NuppelDecoder::OpenFile(), NuppelDecoder::ReadFileheader(), and NuppelVideoRecorder::WriteFileHeader().
Definition at line 18 of file format.h.
Referenced by NuppelDecoder::GetFrame(), NuppelDecoder::ReadFileheader(), and NuppelVideoRecorder::WriteFileHeader().
Definition at line 19 of file format.h.
Referenced by NuppelDecoder::GetFrame(), NuppelDecoder::ReadFileheader(), and NuppelVideoRecorder::WriteFileHeader().
| char rtfileheader::pimode |
| double rtfileheader::aspect |
Definition at line 22 of file format.h.
Referenced by NuppelDecoder::GetFrame(), NuppelDecoder::OpenFile(), NuppelDecoder::ReadFileheader(), and NuppelVideoRecorder::WriteFileHeader().
| double rtfileheader::fps |
Definition at line 24 of file format.h.
Referenced by NuppelDecoder::GetFrame(), NuppelDecoder::OpenFile(), NuppelDecoder::ReadFileheader(), and NuppelVideoRecorder::WriteFileHeader().
Definition at line 25 of file format.h.
Referenced by NuppelDecoder::GetFrame(), NuppelDecoder::ReadFileheader(), and NuppelVideoRecorder::WriteFileHeader().
Definition at line 26 of file format.h.
Referenced by NuppelDecoder::GetFrame(), NuppelDecoder::ReadFileheader(), and NuppelVideoRecorder::WriteFileHeader().
Definition at line 27 of file format.h.
Referenced by NuppelDecoder::GetFrame(), NuppelDecoder::ReadFileheader(), and NuppelVideoRecorder::WriteFileHeader().
Definition at line 28 of file format.h.
Referenced by NuppelDecoder::GetFrame(), NuppelDecoder::OpenFile(), NuppelDecoder::ReadFileheader(), and NuppelVideoRecorder::WriteFileHeader().
1.5.5