Uses of Class
org.dvb.tvanytime.metadata.DvbDatabase

Packages that use DvbDatabase
org.dvb.tvanytime.metadata Provides access to TV-Anytime metadata services. 
 

Uses of DvbDatabase in org.dvb.tvanytime.metadata
 

Methods in org.dvb.tvanytime.metadata that return DvbDatabase
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.