Package com.wowza.wms.transport.mpeg2
Class SectionAssembler
Object
com.wowza.wms.transport.mpeg2.SectionAssembler
- All Implemented Interfaces:
IMPEG2SectionListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
The deliver section.protected AdaptationField
The listener.The sit.Fields inherited from interface com.wowza.wms.transport.mpeg2.IMPEG2SectionListener
INVALID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
adaptationHeader
(AdaptationField field) Adaptation header.boolean
headerNotify
(MPEG2Section section) Header notify.void
void
void
void
void
boolean
void
void
monitorStart
(int PID, IMPEG2StreamListener listener, MPEG2MPTS stream, IMPEG2UserMonitorSectionNotify monitor) Monitor start.void
Monitor stop.void
sectionNotify
(MPEG2Section section, boolean continuityError) Section notify.
-
Field Details
-
deliverSection
protected boolean deliverSectionThe deliver section. -
listener
The listener. -
monitor
-
sit
The sit. -
field
-
-
Constructor Details
-
SectionAssembler
public SectionAssembler()
-
-
Method Details
-
adaptationHeader
Description copied from interface:IMPEG2SectionListener
Adaptation header.- Specified by:
adaptationHeader
in interfaceIMPEG2SectionListener
- Parameters:
field
- the field
-
headerNotify
Description copied from interface:IMPEG2SectionListener
Header notify.- Specified by:
headerNotify
in interfaceIMPEG2SectionListener
- Parameters:
section
- the section- Returns:
- true, if successful
-
sectionNotify
Description copied from interface:IMPEG2SectionListener
Section notify.- Specified by:
sectionNotify
in interfaceIMPEG2SectionListener
- Parameters:
section
- the sectioncontinuityError
- the continuity error
-
monitorStart
public void monitorStart(int PID, IMPEG2StreamListener listener, MPEG2MPTS stream, IMPEG2UserMonitorSectionNotify monitor) Monitor start.- Parameters:
PID
- the pidlistener
- the listenerstream
- the stream
-
monitorStop
public void monitorStop()Monitor stop. -
logThrottleDoLog
public boolean logThrottleDoLog()- Specified by:
logThrottleDoLog
in interfaceIMPEG2SectionListener
-
logFatal
- Specified by:
logFatal
in interfaceIMPEG2SectionListener
-
logError
- Specified by:
logError
in interfaceIMPEG2SectionListener
-
logError
- Specified by:
logError
in interfaceIMPEG2SectionListener
-
logWarn
- Specified by:
logWarn
in interfaceIMPEG2SectionListener
-
logInfo
- Specified by:
logInfo
in interfaceIMPEG2SectionListener
-
logDebug
- Specified by:
logDebug
in interfaceIMPEG2SectionListener
-