Uses of Class
javax.media.CannotRealizeException

Packages that use CannotRealizeException
javax.media   
 

Uses of CannotRealizeException in javax.media
 

Methods in javax.media that throw CannotRealizeException
static Player Manager.createRealizedPlayer(java.net.URL sourceURL)
          Create a Realized Player for the specified media.
static Player Manager.createRealizedPlayer(MediaLocator ml)
          Create a Realized Player for the specified media.
static Player Manager.createRealizedPlayer(DataSource source)
          Create a Realized Player for the specified source.
static Processor Manager.createRealizedProcessor(ProcessorModel model)
          Create a Realized Processor for the specified ProcessorModel.