IMPEG2SectionListenerpublic class SectionAssembler extends Object implements IMPEG2SectionListener
| Modifier and Type | Field | Description |
|---|---|---|
protected boolean |
deliverSection |
The deliver section.
|
protected AdaptationField |
field |
|
IMPEG2StreamListener |
listener |
The listener.
|
IMPEG2UserMonitorSectionNotify |
monitor |
|
SpliceInformationTable |
sit |
The sit.
|
INVALID| Constructor | Description |
|---|---|
SectionAssembler() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
adaptationHeader(AdaptationField field) |
Adaptation header.
|
boolean |
headerNotify(MPEG2Section section) |
Header notify.
|
void |
logDebug(String comment) |
|
void |
logError(String comment) |
|
void |
logError(String comment,
Exception e) |
|
void |
logFatal(String comment) |
|
void |
logInfo(String comment) |
|
boolean |
logThrottleDoLog() |
|
void |
logWarn(String comment) |
|
void |
monitorStart(int PID,
IMPEG2StreamListener listener,
MPEG2MPTS stream,
IMPEG2UserMonitorSectionNotify monitor) |
Monitor start.
|
void |
monitorStop() |
Monitor stop.
|
void |
sectionNotify(MPEG2Section section,
boolean continuityError) |
Section notify.
|
protected boolean deliverSection
protected AdaptationField field
public IMPEG2StreamListener listener
public IMPEG2UserMonitorSectionNotify monitor
public SpliceInformationTable sit
public void adaptationHeader(AdaptationField field)
IMPEG2SectionListeneradaptationHeader in interface IMPEG2SectionListenerfield - the fieldpublic boolean headerNotify(MPEG2Section section)
IMPEG2SectionListenerheaderNotify in interface IMPEG2SectionListenersection - the sectionpublic void logDebug(String comment)
logDebug in interface IMPEG2SectionListenerpublic void logError(String comment)
logError in interface IMPEG2SectionListenerpublic void logError(String comment,
Exception e)
logError in interface IMPEG2SectionListenerpublic void logFatal(String comment)
logFatal in interface IMPEG2SectionListenerpublic void logInfo(String comment)
logInfo in interface IMPEG2SectionListenerpublic boolean logThrottleDoLog()
logThrottleDoLog in interface IMPEG2SectionListenerpublic void logWarn(String comment)
logWarn in interface IMPEG2SectionListenerpublic void monitorStart(int PID,
IMPEG2StreamListener listener,
MPEG2MPTS stream,
IMPEG2UserMonitorSectionNotify monitor)
PID - the pidlistener - the listenerstream - the streampublic void monitorStop()
public void sectionNotify(MPEG2Section section, boolean continuityError)
IMPEG2SectionListenersectionNotify in interface IMPEG2SectionListenersection - the sectioncontinuityError - the continuity error