Uses of Class
org.davic.mpeg.TuningException

Packages that use TuningException
org.davic.mpeg.sections Provides access to MPEG-2 section filtering. 
org.dvb.tvanytime.metadata Provides access to TV-Anytime metadata services. 
 

Uses of TuningException in org.davic.mpeg.sections
 

Methods in org.davic.mpeg.sections that throw TuningException
 void SectionFilterGroup.attach(TransportStream stream, ResourceClient client, java.lang.Object requestData)
          Connects a SectionFilterGroup to an MPEG-2 transport stream.
 

Uses of TuningException in org.dvb.tvanytime.metadata
 

Methods in org.dvb.tvanytime.metadata that throw TuningException
static DvbDatabase[] DvbDatabase.getAvailableDatabases(DatabaseScope scope, boolean doNotTune)
          Get an array listing all DvbDatabases that can provide metadata for the specified scope.
static DvbDatabase DvbDatabase.newInstance(boolean doNotTune)
          Get an instance of a DvbDatabase where the platform chooses a DVB service that contains a metadata service.
static DvbDatabase DvbDatabase.newInstance(CRID crid, boolean doNotTune)
          Get an instance of a DvbDatabase where the platform chooses a service that can provide metadata for the given CRID authority.
static DvbDatabase DvbDatabase.newInstance(org.davic.net.dvb.DvbLocator service, int metadataServiceId, boolean doNotTune)
          Get an instance of a DvbDatabase carried on a specified DVB service with the specified metadataServiceId.