public class ProgramAssociationTable
extends Object
| Modifier and Type | Class | Description |
|---|---|---|
class |
ProgramAssociationTable.ProgramEntry |
The Class ProgramEntry.
|
| 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 | Description |
|---|---|
ProgramAssociationTable(java.util.Map<Integer,MPEG2Section> sections) |
Instantiates a new program association table.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
toString() |
public static final int INVALID
public static final int PAT_TABLE_ID
public java.util.Map<Integer,ProgramAssociationTable.ProgramEntry> programs
public int version
public ProgramAssociationTable(java.util.Map<Integer,MPEG2Section> sections)
sections - the sections