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

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

Uses of Section in org.davic.mpeg.sections
 

Methods in org.davic.mpeg.sections that return Section
 Section SimpleSectionFilter.getSection()
          This method retrieves a Section object describing the last MPEG-2 section which matched the specified filter characteristics.
 Section[] TableSectionFilter.getSections()
          This method returns an array of Section objects corresponding to the sections of the table.
 Section[] RingSectionFilter.getSections()
          This method returns the Section objects of the RingSectionFilter in an array.