|
vdr
1.7.27
|
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 1579 of file recording.c.
| tIndexTs::tIndexTs | ( | off_t | Offset, |
| bool | Independent, | ||
| uint16_t | Number | ||
| ) | [inline] |
Definition at line 1584 of file recording.c.
References independent, number, offset, and reserved.
Definition at line 1582 of file recording.c.
Referenced by cIndexFile::ConvertFromPes(), cIndexFile::ConvertToPes(), cIndexFile::Get(), and tIndexTs().
| uint16_t tIndexTs::number |
Definition at line 1583 of file recording.c.
Referenced by cIndexFile::ConvertFromPes(), cIndexFile::ConvertToPes(), cIndexFile::Get(), cIndexFile::GetNextIFrame(), and tIndexTs().
| uint64_t tIndexTs::offset |
Definition at line 1580 of file recording.c.
Referenced by cIndexFile::ConvertFromPes(), cIndexFile::ConvertToPes(), cIndexFile::Get(), cIndexFile::GetNextIFrame(), and tIndexTs().
Definition at line 1581 of file recording.c.
Referenced by tIndexTs().
1.8.0