Go to the source code of this file.
Variables | |
| const unsigned char | DEFAULT_PAT_HEADER [8] |
| const unsigned char | DEFAULT_PMT_HEADER [12] |
| static const uint | len_for_alloc [] |
| const unsigned char DEFAULT_PAT_HEADER[8] |
Initial value:
{
0x00,
0xb0,
0x00,
0x00,
0x00,
0xc1,
0x00,
0x00,
}
Definition at line 6 of file mpegtables.cpp.
Referenced by ProgramAssociationTable::CreateBlank().
| const unsigned char DEFAULT_PMT_HEADER[12] |
Initial value:
{
0x02,
0xb0,
0x00,
0x00,
0x00,
0xc1,
0x00,
0x00,
0xff, 0xff,
0x00, 0x00,
}
Definition at line 19 of file mpegtables.cpp.
Referenced by ProgramMapTable::CreateBlank().
const uint len_for_alloc[] [static] |
Initial value:
{
TSPacket::PAYLOAD_SIZE
- 1
- 3 ,
4000,
}
Definition at line 34 of file mpegtables.cpp.
Referenced by ProgramMapTable::CreateBlank().
1.5.5