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] |
{
0x00,
0xb0,
0x00,
0x00,
0x00,
0xc1,
0x00,
0x00,
}
Definition at line 10 of file mpegtables.cpp.
Referenced by ProgramAssociationTable::CreateBlank().
| const unsigned char DEFAULT_PMT_HEADER[12] |
{
0x02,
0xb0,
0x00,
0x00,
0x00,
0xc1,
0x00,
0x00,
0xff, 0xff,
0x00, 0x00,
}
Definition at line 23 of file mpegtables.cpp.
Referenced by ProgramMapTable::CreateBlank().
const uint len_for_alloc[] [static] |
{
TSPacket::kPayloadSize
- 1
- 3 ,
4000,
}
Definition at line 38 of file mpegtables.cpp.
Referenced by ProgramMapTable::CreateBlank().
1.6.3