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

Packages that use ConnectionLostException
org.davic.mpeg.sections Provides access to MPEG-2 section filtering. 
 

Uses of ConnectionLostException in org.davic.mpeg.sections
 

Methods in org.davic.mpeg.sections that throw ConnectionLostException
 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.