| Package | Description |
|---|---|
| org.davic.mpeg.sections |
| Modifier and Type | Class and Description |
|---|---|
class |
RingSectionFilter
This class defines a section filter intended to be used to capture a continuous stream of
MPEG-2 sections without needing to stop and re-arm a filter.
|
class |
SimpleSectionFilter
This class defines a simple section filter intended to be used to capture a single section once
only.
|
class |
TableSectionFilter
This class defines a section filter operation optimized to capture entire tables with minimum
intervention required from the application.
|
| Constructor and Description |
|---|
EndOfFilteringEvent(SectionFilter f,
Object appData)
This constructs an EndOfFiltering event for the specified SectionFilter object.
|
IncompleteFilteringEvent(SectionFilter f,
Object appData)
This constructs an IncompleteFilteringEvent event for the specified SectionFilter object.
|
SectionAvailableEvent(SectionFilter f,
Object appData)
This constructs a SectionAvailable event for the specified SectionFilter object.
|
SectionFilterEvent(SectionFilter f,
Object appData)
This constructs a SectionFilterEvent for the specified SectionFilter object.
|
TimeOutEvent(SectionFilter f,
Object appData)
This constructs an TimeOutEvent event for the specified SectionFilter object.
|
VersionChangeDetectedEvent(SectionFilter f,
Object appData)
This constructs a VersionChangeDetectedEvent event for the specified SectionFilter object.
|
Copyright © 2012 code4tv.com. All Rights Reserved.