|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IllegalFilterDefinitionException | |
---|---|
org.davic.mpeg.sections | Provides access to MPEG-2 section filtering. |
Uses of IllegalFilterDefinitionException in org.davic.mpeg.sections |
---|
Methods in org.davic.mpeg.sections that throw IllegalFilterDefinitionException | |
---|---|
void |
SectionFilter.startFiltering(java.lang.Object appData,
int pid)
Defines a SectionFilter object as filtering only for sections matching a specific PID. |
void |
SectionFilter.startFiltering(java.lang.Object appData,
int pid,
int table_id)
Defines a SectionFilter object as filtering only for sections matching a specific PID and table_id. |
void |
SectionFilter.startFiltering(java.lang.Object appData,
int pid,
int table_id,
byte[] posFilterDef,
byte[] posFilterMask)
Defines a SectionFilter object as filtering only for sections matching a specific PID and table_id, and where contents of the section match the specified filter pattern. |
void |
SectionFilter.startFiltering(java.lang.Object appData,
int pid,
int table_id,
byte[] posFilterDef,
byte[] posFilterMask,
byte[] negFilterDef,
byte[] negFilterMask)
Defines a SectionFilter object as filtering only for sections matching a specific PID and table_id, and where contents of the section match the specified filter pattern. |
void |
SectionFilter.startFiltering(java.lang.Object appData,
int pid,
int table_id,
int offset,
byte[] posFilterDef,
byte[] posFilterMask)
Defines a SectionFilter object as filtering only for sections matching a specific PID and table_id, and where contents of the section match the specified filter pattern. |
void |
SectionFilter.startFiltering(java.lang.Object appData,
int pid,
int table_id,
int offset,
byte[] posFilterDef,
byte[] posFilterMask,
byte[] negFilterDef,
byte[] negFilterMask)
Defines a SectionFilter object as filtering only for sections matching a specific PID and table_id, and where contents of the section match the specified filter pattern. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |