public final class Manager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CACHING |
static java.lang.String |
FMJ_TAG |
static int |
LIGHTWEIGHT_RENDERER |
static int |
MAX_SECURITY |
static int |
PLUGIN_PLAYER |
static boolean |
RETHROW_IO_EXCEPTIONS |
static java.lang.String |
UNKNOWN_CONTENT_NAME |
Constructor and Description |
---|
Manager() |
Modifier and Type | Method and Description |
---|---|
static DataSource |
createCloneableDataSource(DataSource source) |
static DataSink |
createDataSink(DataSource datasource,
MediaLocator destLocator) |
static DataSource |
createDataSource(MediaLocator sourceLocator) |
static DataSource |
createDataSource(java.net.URL sourceURL) |
static DataSource |
createMergingDataSource(DataSource[] sources) |
static Player |
createPlayer(DataSource source) |
static Player |
createPlayer(MediaLocator sourceLocator) |
static Player |
createPlayer(java.net.URL sourceURL) |
static Processor |
createProcessor(DataSource source) |
static Processor |
createProcessor(MediaLocator sourceLocator) |
static Processor |
createProcessor(java.net.URL sourceURL) |
static Player |
createRealizedPlayer(DataSource source) |
static Player |
createRealizedPlayer(MediaLocator ml) |
static Player |
createRealizedPlayer(java.net.URL sourceURL) |
static Processor |
createRealizedProcessor(ProcessorModel model) |
static java.lang.String |
getCacheDirectory() |
static java.util.Vector |
getClassList(java.lang.String contentName,
java.util.Vector packages,
java.lang.String component2,
java.lang.String className) |
static java.util.Vector |
getDataSinkClassList(java.lang.String contentName) |
static java.util.Vector |
getDataSourceList(java.lang.String protocolName) |
static java.util.Vector |
getHandlerClassList(java.lang.String contentName) |
static java.lang.Object |
getHint(int hint) |
static java.util.Vector |
getProcessorClassList(java.lang.String contentName) |
static TimeBase |
getSystemTimeBase() |
static java.lang.String |
getVersion() |
static void |
setHint(int hint,
java.lang.Object value) |
public static final java.lang.String FMJ_TAG
public static final int MAX_SECURITY
public static final int CACHING
public static final int LIGHTWEIGHT_RENDERER
public static final int PLUGIN_PLAYER
public static final java.lang.String UNKNOWN_CONTENT_NAME
public static final boolean RETHROW_IO_EXCEPTIONS
public static java.lang.String getVersion()
public static Player createPlayer(java.net.URL sourceURL) throws java.io.IOException, NoPlayerException
java.io.IOException
NoPlayerException
public static Player createPlayer(MediaLocator sourceLocator) throws java.io.IOException, NoPlayerException
java.io.IOException
NoPlayerException
public static Player createPlayer(DataSource source) throws java.io.IOException, NoPlayerException
java.io.IOException
NoPlayerException
public static Player createRealizedPlayer(java.net.URL sourceURL) throws java.io.IOException, NoPlayerException, CannotRealizeException
java.io.IOException
NoPlayerException
CannotRealizeException
public static Player createRealizedPlayer(MediaLocator ml) throws java.io.IOException, NoPlayerException, CannotRealizeException
java.io.IOException
NoPlayerException
CannotRealizeException
public static Player createRealizedPlayer(DataSource source) throws java.io.IOException, NoPlayerException, CannotRealizeException
java.io.IOException
NoPlayerException
CannotRealizeException
public static Processor createProcessor(java.net.URL sourceURL) throws java.io.IOException, NoProcessorException
java.io.IOException
NoProcessorException
public static Processor createProcessor(MediaLocator sourceLocator) throws java.io.IOException, NoProcessorException
java.io.IOException
NoProcessorException
public static Processor createProcessor(DataSource source) throws java.io.IOException, NoProcessorException
java.io.IOException
NoProcessorException
public static Processor createRealizedProcessor(ProcessorModel model) throws java.io.IOException, NoProcessorException, CannotRealizeException
java.io.IOException
NoProcessorException
CannotRealizeException
public static DataSource createDataSource(java.net.URL sourceURL) throws java.io.IOException, NoDataSourceException
java.io.IOException
NoDataSourceException
public static DataSource createDataSource(MediaLocator sourceLocator) throws java.io.IOException, NoDataSourceException
java.io.IOException
NoDataSourceException
public static DataSource createMergingDataSource(DataSource[] sources) throws IncompatibleSourceException
IncompatibleSourceException
public static DataSource createCloneableDataSource(DataSource source)
public static TimeBase getSystemTimeBase()
public static DataSink createDataSink(DataSource datasource, MediaLocator destLocator) throws NoDataSinkException
NoDataSinkException
public static java.lang.String getCacheDirectory()
public static void setHint(int hint, java.lang.Object value)
public static java.lang.Object getHint(int hint)
public static java.util.Vector getDataSourceList(java.lang.String protocolName)
public static java.util.Vector getClassList(java.lang.String contentName, java.util.Vector packages, java.lang.String component2, java.lang.String className)
public static java.util.Vector getDataSinkClassList(java.lang.String contentName)
public static java.util.Vector getHandlerClassList(java.lang.String contentName)
public static java.util.Vector getProcessorClassList(java.lang.String contentName)