Package com.wowza.wms.transport.mpeg2
Class ProgramAssociationTable
- Object
- 
- com.wowza.wms.transport.mpeg2.ProgramAssociationTable
 
- 
 public class ProgramAssociationTable extends ObjectThe Class ProgramAssociationTable.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classProgramAssociationTable.ProgramEntryThe Class ProgramEntry.
 - 
Field SummaryFields Modifier and Type Field Description static intINVALIDThe Constant INVALID.static intPAT_TABLE_IDThe Constant PAT_TABLE_ID.java.util.Map<Integer,ProgramAssociationTable.ProgramEntry>programsThe programs.intversionThe version.
 - 
Constructor SummaryConstructors Constructor Description ProgramAssociationTable(java.util.Map<Integer,MPEG2Section> sections)Instantiates a new program association table.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()StringtoString()
 
- 
- 
- 
Field Detail- 
INVALIDpublic static final int INVALID The Constant INVALID.- See Also:
- Constant Field Values
 
 - 
PAT_TABLE_IDpublic static final int PAT_TABLE_ID The Constant PAT_TABLE_ID.- See Also:
- Constant Field Values
 
 - 
versionpublic int version The version.
 - 
programspublic java.util.Map<Integer,ProgramAssociationTable.ProgramEntry> programs The programs.
 
- 
 - 
Constructor Detail- 
ProgramAssociationTablepublic ProgramAssociationTable(java.util.Map<Integer,MPEG2Section> sections) Instantiates a new program association table.- Parameters:
- sections- the sections
 
 
- 
 
-