Package com.wowza.wms.transport.mpeg2
Class ProgramAssociationTable
Object
com.wowza.wms.transport.mpeg2.ProgramAssociationTable
The Class ProgramAssociationTable.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
The Class ProgramEntry. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The Constant INVALID.static final int
The Constant PAT_TABLE_ID.The programs.int
The version. -
Constructor Summary
ConstructorsConstructorDescriptionProgramAssociationTable
(Map<Integer, MPEG2Section> sections) Instantiates a new program association table. -
Method Summary
-
Field Details
-
INVALID
public static final int INVALIDThe Constant INVALID.- See Also:
-
PAT_TABLE_ID
public static final int PAT_TABLE_IDThe Constant PAT_TABLE_ID.- See Also:
-
version
public int versionThe version. -
programs
The programs.
-
-
Constructor Details
-
ProgramAssociationTable
Instantiates a new program association table.- Parameters:
sections
- the sections
-
-
Method Details