Uses of Class
com.wowza.wms.transport.mpeg2.MPEG2Section
-
Packages that use MPEG2Section Package Description com.wowza.wms.transport.mpeg2 com.wowza.wms.transport.mpeg2.section.cue -
-
Uses of MPEG2Section in com.wowza.wms.transport.mpeg2
Fields in com.wowza.wms.transport.mpeg2 with type parameters of type MPEG2Section Modifier and Type Field Description protected java.util.Map<Integer,MPEG2Section>
MPEG2TableAssembler. sections
The sections.Methods in com.wowza.wms.transport.mpeg2 with parameters of type MPEG2Section 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)
Constructors in com.wowza.wms.transport.mpeg2 with parameters of type MPEG2Section Constructor Description StreamInfo(MPEG2Section section)
Instantiates a new stream info.Constructor parameters in com.wowza.wms.transport.mpeg2 with type arguments of type MPEG2Section 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. -
Uses of MPEG2Section in com.wowza.wms.transport.mpeg2.section.cue
Constructors in com.wowza.wms.transport.mpeg2.section.cue with parameters of type MPEG2Section 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.
-