Uses of Class
org.davic.mpeg.sections.IllegalFilterDefinitionException

Packages that use IllegalFilterDefinitionException
org.davic.mpeg.sections Provides access to MPEG-2 section filtering. 
org.ocap.media The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components 
 

Uses of IllegalFilterDefinitionException in org.davic.mpeg.sections
 

Methods in org.davic.mpeg.sections that throw IllegalFilterDefinitionException
 void SectionFilter.startFiltering(Object appData, int pid)
          Defines a SectionFilter object as filtering only for sections matching a specific PID.
 void SectionFilter.startFiltering(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(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(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(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(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.
 

Uses of IllegalFilterDefinitionException in org.ocap.media
 

Methods in org.ocap.media that throw IllegalFilterDefinitionException
 void VBIFilter.startFiltering(Object appData, int offset, byte[] posFilterDef, byte[] posFilterMask, byte[] negFilterDef, byte[] negFilterMask)
          Initiate filtering of VBI data for the specified line and the specified data format by a VBIFilterGroup.