mpegtables.cpp File Reference

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 []


Variable Documentation

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().


Generated on Sat Dec 18 05:15:54 2010 for MythTV by  doxygen 1.5.5