Package com.wowza.wms.transport.mpeg2
Class SITAssembler
- Object
- 
- com.wowza.wms.transport.mpeg2.SITAssembler
 
- 
- All Implemented Interfaces:
- IMPEG2SectionListener
 
 public class SITAssembler extends Object implements IMPEG2SectionListener The Class SITAssembler.
- 
- 
Field SummaryFields Modifier and Type Field Description protected booleandeliverSectionThe deliver section.IMPEG2StreamListenerlistenerThe listener.SpliceInformationTablesitThe sit.- 
Fields inherited from interface com.wowza.wms.transport.mpeg2.IMPEG2SectionListenerINVALID
 
- 
 - 
Constructor SummaryConstructors Constructor Description SITAssembler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadaptationHeader(AdaptationField field)Adaptation header.booleanheaderNotify(MPEG2Section section)Header notify.voidlogDebug(String comment)voidlogError(String comment)voidlogError(String comment, Exception e)voidlogFatal(String comment)voidlogInfo(String comment)booleanlogThrottleDoLog()voidlogWarn(String comment)voidmonitorStart(int PID, IMPEG2StreamListener listener, MPEG2MPTS stream)Monitor start.voidmonitorStop()Monitor stop.voidsectionNotify(MPEG2Section section, boolean continuityError)Section notify.
 
- 
- 
- 
Field Detail- 
deliverSectionprotected boolean deliverSection The deliver section.
 - 
listenerpublic IMPEG2StreamListener listener The listener.
 - 
sitpublic SpliceInformationTable sit The sit.
 
- 
 - 
Method Detail- 
adaptationHeaderpublic void adaptationHeader(AdaptationField field) Description copied from interface:IMPEG2SectionListenerAdaptation header.- Specified by:
- adaptationHeaderin interface- IMPEG2SectionListener
- Parameters:
- field- the field
 
 - 
headerNotifypublic boolean headerNotify(MPEG2Section section) Description copied from interface:IMPEG2SectionListenerHeader notify.- Specified by:
- headerNotifyin interface- IMPEG2SectionListener
- Parameters:
- section- the section
- Returns:
- true, if successful
 
 - 
sectionNotifypublic void sectionNotify(MPEG2Section section, boolean continuityError) Description copied from interface:IMPEG2SectionListenerSection notify.- Specified by:
- sectionNotifyin interface- IMPEG2SectionListener
- Parameters:
- section- the section
- continuityError- the continuity error
 
 - 
monitorStartpublic void monitorStart(int PID, IMPEG2StreamListener listener, MPEG2MPTS stream)Monitor start.- Parameters:
- PID- the pid
- listener- the listener
- stream- the stream
 
 - 
monitorStoppublic void monitorStop() Monitor stop.
 - 
logThrottleDoLogpublic boolean logThrottleDoLog() - Specified by:
- logThrottleDoLogin interface- IMPEG2SectionListener
 
 - 
logFatalpublic void logFatal(String comment) - Specified by:
- logFatalin interface- IMPEG2SectionListener
 
 - 
logErrorpublic void logError(String comment) - Specified by:
- logErrorin interface- IMPEG2SectionListener
 
 - 
logErrorpublic void logError(String comment, Exception e)- Specified by:
- logErrorin interface- IMPEG2SectionListener
 
 - 
logWarnpublic void logWarn(String comment) - Specified by:
- logWarnin interface- IMPEG2SectionListener
 
 - 
logInfopublic void logInfo(String comment) - Specified by:
- logInfoin interface- IMPEG2SectionListener
 
 - 
logDebugpublic void logDebug(String comment) - Specified by:
- logDebugin interface- IMPEG2SectionListener
 
 
- 
 
-