Package com.wowza.wms.transport.mpeg2
Class ProgramAssociationTable
- Object
-
- com.wowza.wms.transport.mpeg2.ProgramAssociationTable
-
public class ProgramAssociationTable extends Object
The Class ProgramAssociationTable.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ProgramAssociationTable.ProgramEntry
The Class ProgramEntry.
-
Field Summary
Fields Modifier and Type Field Description static int
INVALID
The Constant INVALID.static int
PAT_TABLE_ID
The Constant PAT_TABLE_ID.java.util.Map<Integer,ProgramAssociationTable.ProgramEntry>
programs
The programs.int
version
The version.
-
Constructor Summary
Constructors Constructor Description ProgramAssociationTable(java.util.Map<Integer,MPEG2Section> sections)
Instantiates a new program association table.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
String
toString()
-
-
-
Field Detail
-
INVALID
public static final int INVALID
The Constant INVALID.- See Also:
- Constant Field Values
-
PAT_TABLE_ID
public static final int PAT_TABLE_ID
The Constant PAT_TABLE_ID.- See Also:
- Constant Field Values
-
version
public int version
The version.
-
programs
public java.util.Map<Integer,ProgramAssociationTable.ProgramEntry> programs
The programs.
-
-
Constructor Detail
-
ProgramAssociationTable
public ProgramAssociationTable(java.util.Map<Integer,MPEG2Section> sections)
Instantiates a new program association table.- Parameters:
sections
- the sections
-
-