javax.media
Class PlugInManager
java.lang.Object
javax.media.PlugInManager
- Direct Known Subclasses:
- PlugInManager
public class PlugInManager
- extends java.lang.Object
Standard JMF class -- see this class in the JMF Javadoc.
- Author:
- Ken Larson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEMULTIPLEXER
public static final int DEMULTIPLEXER
- See Also:
- Constant Field Values
CODEC
public static final int CODEC
- See Also:
- Constant Field Values
EFFECT
public static final int EFFECT
- See Also:
- Constant Field Values
RENDERER
public static final int RENDERER
- See Also:
- Constant Field Values
MULTIPLEXER
public static final int MULTIPLEXER
- See Also:
- Constant Field Values
PlugInManager
public PlugInManager()
getPlugInList
public static java.util.Vector getPlugInList(Format input,
Format output,
int type)
setPlugInList
public static void setPlugInList(java.util.Vector plugins,
int type)
commit
public static void commit()
throws java.io.IOException
- Throws:
java.io.IOException
addPlugIn
public static boolean addPlugIn(java.lang.String classname,
Format[] in,
Format[] out,
int type)
removePlugIn
public static boolean removePlugIn(java.lang.String classname,
int type)
getSupportedInputFormats
public static Format[] getSupportedInputFormats(java.lang.String className,
int type)
getSupportedOutputFormats
public static Format[] getSupportedOutputFormats(java.lang.String className,
int type)