public class PlugInManager extends PlugInManager
CODEC, DEMULTIPLEXER, EFFECT, MULTIPLEXER, RENDERER
Modifier and Type | Method and Description |
---|---|
static boolean |
addPlugIn(java.lang.String classname,
Format[] in,
Format[] out,
int type) |
static void |
commit() |
static java.util.Vector<java.lang.String> |
getPlugInList(Format input,
Format output,
int type)
Get a list of plugins that match the given input and output formats.
|
static Format[] |
getSupportedInputFormats(java.lang.String className,
int type) |
static Format[] |
getSupportedOutputFormats(java.lang.String className,
int type) |
static boolean |
removePlugIn(java.lang.String classname,
int type) |
static void |
setPlugInList(java.util.Vector plugins,
int type)
according to the docs, sets the search order.
|
public static java.util.Vector<java.lang.String> getPlugInList(Format input, Format output, int type)
input
- output
- type
- public static void setPlugInList(java.util.Vector plugins, int type)
plugins
- type
- public static void commit() throws java.io.IOException
java.io.IOException
public static boolean addPlugIn(java.lang.String classname, Format[] in, Format[] out, int type)
public static boolean removePlugIn(java.lang.String classname, int type)
public static Format[] getSupportedInputFormats(java.lang.String className, int type)
public static Format[] getSupportedOutputFormats(java.lang.String className, int type)