|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SectionFilter | |
---|---|
org.davic.mpeg.sections | Provides access to MPEG-2 section filtering. |
Uses of SectionFilter in org.davic.mpeg.sections |
---|
Subclasses of SectionFilter in org.davic.mpeg.sections | |
---|---|
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. |
Constructors in org.davic.mpeg.sections with parameters of type SectionFilter | |
---|---|
EndOfFilteringEvent(SectionFilter f,
java.lang.Object appData)
This constructs an EndOfFiltering event for the specified SectionFilter object. |
|
IncompleteFilteringEvent(SectionFilter f,
java.lang.Object appData)
This constructs an IncompleteFilteringEvent event for the specified SectionFilter object. |
|
SectionAvailableEvent(SectionFilter f,
java.lang.Object appData)
This constructs a SectionAvailable event for the specified SectionFilter object. |
|
SectionFilterEvent(SectionFilter f,
java.lang.Object appData)
This constructs a SectionFilterEvent for the specified SectionFilter object. |
|
TimeOutEvent(SectionFilter f,
java.lang.Object appData)
This constructs an TimeOutEvent event for the specified SectionFilter object. |
|
VersionChangeDetectedEvent(SectionFilter f,
java.lang.Object appData)
This constructs a VersionChangeDetectedEvent event for the specified SectionFilter object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |