Package com.wowza.wms.transport.mpeg2
Class SITAssembler
Object
com.wowza.wms.transport.mpeg2.SITAssembler
- All Implemented Interfaces:
IMPEG2SectionListener
The Class SITAssembler.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
The deliver section.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) Monitor start.void
Monitor stop.void
sectionNotify
(MPEG2Section section, boolean continuityError) Section notify.
-
Field Details
-
deliverSection
protected boolean deliverSectionThe deliver section. -
listener
The listener. -
sit
The sit.
-
-
Constructor Details
-
SITAssembler
public SITAssembler()
-
-
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
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
-