|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoPlayerException | |
javax.media |
Uses of NoPlayerException in javax.media |
Subclasses of NoPlayerException in javax.media | |
class |
NoProcessorException
A NoProcessorException is thrown when Manager
can't find a Processor for a
particular URL, MediaLocator or ProcessorModel . |
Methods in javax.media that throw NoPlayerException | |
static Player |
Manager.createPlayer(java.net.URL sourceURL)
Create a Player for the specified media. |
static Player |
Manager.createPlayer(MediaLocator sourceLocator)
Create a Player for the specified media. |
static Player |
Manager.createPlayer(DataSource source)
Create a Player for the DataSource . |
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. |
(package private) static Player |
Manager.createPlayerForContent(MediaLocator sourceLocator,
boolean useUnknownContent,
java.util.Hashtable sources)
Create a player for the MediaLocator . |
(package private) static Player |
Manager.createPlayerForSource(DataSource source,
java.lang.String contentTypeName,
boolean[] sourceUsed)
Create a Player for a particular content type
using the source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |