edu.umd.cfar.lamp.mpeg1.system
Class SystemStartCodes

java.lang.Object
  extended byedu.umd.cfar.lamp.mpeg1.system.SystemStartCodes

public abstract class SystemStartCodes
extends java.lang.Object


Field Summary
static int ISO_11172_END_CODE
          Terminates a System stream. 32 bits.
static int PACK_START_CODE
          Begins a Pack. 32 bits.
static int PACKET_START_CODE_PREFIX
          Begins a packet_start_code. 24 bits.
static int SYSTEM_HEADER_START_CODE
          Begins a System Header. 32 bits.
 
Constructor Summary
SystemStartCodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ISO_11172_END_CODE

public static final int ISO_11172_END_CODE
Terminates a System stream. 32 bits. (ISO/IEC 11172-1 Section 2.4.4.1)

See Also:
Constant Field Values

PACK_START_CODE

public static final int PACK_START_CODE
Begins a Pack. 32 bits. (ISO/IEC 11172-1 Section 2.4.4.2)

See Also:
Constant Field Values

SYSTEM_HEADER_START_CODE

public static final int SYSTEM_HEADER_START_CODE
Begins a System Header. 32 bits. (ISO/IEC 11172-1 Section 2.4.4.2)

See Also:
Constant Field Values

PACKET_START_CODE_PREFIX

public static final int PACKET_START_CODE_PREFIX
Begins a packet_start_code. 24 bits.

See Also:
Constant Field Values
Constructor Detail

SystemStartCodes

public SystemStartCodes()