MPEG2PATAssembler, MPEG2PMTAssembler, MPEG2TableAssembler, SectionAssembler, SITAssemblerpublic interface IMPEG2SectionListener
addImpeg2SectionListener method. When
the impeg2Section event occurs, that object's appropriate
method is invoked.Impeg2SectionEvent| Modifier and Type | Field | Description |
|---|---|---|
static int |
INVALID |
The Constant INVALID.
|
| 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 |
sectionNotify(MPEG2Section section,
boolean continuityError) |
Section notify.
|
static final int INVALID
void adaptationHeader(AdaptationField field)
field - the fieldboolean headerNotify(MPEG2Section section)
section - the sectionvoid 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 sectionNotify(MPEG2Section section, boolean continuityError)
section - the sectioncontinuityError - the continuity error