| Package | Description |
|---|---|
| com.wowza.wms.transport.mpeg2 | |
| com.wowza.wms.transport.mpeg2.section.cue |
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.Map<Integer,MPEG2Section> |
MPEG2TableAssembler.sections |
The sections.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
IMPEG2SectionListener.headerNotify(MPEG2Section section) |
Header notify.
|
boolean |
MPEG2PATAssembler.headerNotify(MPEG2Section section) |
|
boolean |
MPEG2PMTAssembler.headerNotify(MPEG2Section section) |
|
boolean |
MPEG2TableAssembler.headerNotify(MPEG2Section section) |
|
boolean |
SectionAssembler.headerNotify(MPEG2Section section) |
|
boolean |
SITAssembler.headerNotify(MPEG2Section section) |
|
void |
IMPEG2UserMonitorSectionNotify.onDataSection(int pid,
AdaptationField field,
MPEG2Section section) |
|
void |
IMPEG2SectionListener.sectionNotify(MPEG2Section section,
boolean continuityError) |
Section notify.
|
void |
MPEG2TableAssembler.sectionNotify(MPEG2Section section,
boolean continuityError) |
|
void |
SectionAssembler.sectionNotify(MPEG2Section section,
boolean continuityError) |
|
void |
SITAssembler.sectionNotify(MPEG2Section section,
boolean continuityError) |
| Constructor | Description |
|---|---|
StreamInfo(MPEG2Section section) |
Instantiates a new stream info.
|
| Constructor | Description |
|---|---|
ProgramAssociationTable(java.util.Map<Integer,MPEG2Section> sections) |
Instantiates a new program association table.
|
ProgramMapTable(java.util.Map<Integer,MPEG2Section> sections) |
Instantiates a new program map table.
|
| Constructor | Description |
|---|---|
BreakDuration(MPEG2Section data) |
Instantiates a new break duration.
|
ComponentSpliceTime(MPEG2Section data,
boolean fromInsertCommand) |
Instantiates a new component splice time.
|
SpliceEvent(MPEG2Section data,
boolean fromInsertCmd) |
Instantiates a new splice event.
|
SpliceInformationTable(MPEG2Section section) |
Instantiates a new splice information table.
|
SpliceInsertCommand(MPEG2Section data) |
Instantiates a new splice insert command.
|
SpliceScheduleCommand(MPEG2Section data) |
Instantiates a new splice schedule command.
|
SpliceTime(MPEG2Section data) |
Instantiates a new splice time.
|
SpliceTimeSignalCommand(MPEG2Section data) |
Instantiates a new splice time signal command.
|