|
vdr
2.0.7
|
Public Member Functions | |
| tIndexTs (off_t Offset, bool Independent, uint16_t Number) | |
Public Attributes | |
| uint64_t | offset:40 |
| int | reserved:7 |
| int | independent:1 |
| uint16_t | number:16 |
Definition at line 1885 of file recording.c.
|
inline |
Definition at line 1890 of file recording.c.
References independent, number, offset, and reserved.
| int tIndexTs::independent |
Definition at line 1888 of file recording.c.
Referenced by cIndexFile::ConvertFromPes(), cIndexFile::ConvertToPes(), cIndexFile::Get(), and tIndexTs().
| uint16_t tIndexTs::number |
Definition at line 1889 of file recording.c.
Referenced by cIndexFile::ConvertFromPes(), cIndexFile::ConvertToPes(), cIndexFile::Get(), cIndexFile::GetNextIFrame(), and tIndexTs().
| uint64_t tIndexTs::offset |
Definition at line 1886 of file recording.c.
Referenced by cIndexFile::ConvertFromPes(), cIndexFile::ConvertToPes(), cIndexFile::Get(), cIndexFile::GetNextIFrame(), and tIndexTs().
| int tIndexTs::reserved |
Definition at line 1887 of file recording.c.
Referenced by tIndexTs().
1.8.8