javax.media
Class Manager
java.lang.Object
javax.media.Manager
public final class Manager
- extends Object
UNKNOWN_CONTENT_NAME
public static final String UNKNOWN_CONTENT_NAME
- See Also:
- Constant Field Values
Manager
public Manager()
createPlayer
public static Player createPlayer(URL sourceURL)
throws IOException,
NoPlayerException
- Throws:
IOException
NoPlayerException
createPlayer
public static Player createPlayer(MediaLocator sourceLocator)
throws IOException,
NoPlayerException
- Throws:
IOException
NoPlayerException
createPlayer
public static Player createPlayer(DataSource source)
throws IOException,
NoPlayerException
- Throws:
IOException
NoPlayerException
createDataSource
public static DataSource createDataSource(URL sourceURL)
throws IOException,
NoDataSourceException
- Throws:
IOException
NoDataSourceException
createDataSource
public static DataSource createDataSource(MediaLocator sourceLocator)
throws IOException,
NoDataSourceException
- Throws:
IOException
NoDataSourceException
getSystemTimeBase
public static TimeBase getSystemTimeBase()
getDataSourceList
public static Vector getDataSourceList(String protocolName)
getHandlerClassList
public static Vector getHandlerClassList(String contentName)