Method Summary |
|
public synchronized void | close() |
public void | controllerUpdate(ControllerEvent evt) |
public java.awt.Rectangle | getBounds() Returns the region in the component where the video will be
rendered to. |
public java.awt.Component | getComponent() Returns an AWT component that it will render to. |
public Object | getControl(String controlType) Return the control based on a control type for the PlugIn. |
public Object[] | getControls() |
int | getInHeight() |
int | getInWidth() |
public String | getName() |
public Format[] | getSupportedInputFormats() Lists the possible input formats supported by this plug-in. |
public void | open() |
public int | process(Buffer buffer) |
public void | reset() Resets the state of the plug-in. |
public void | setBounds(java.awt.Rectangle rect) Sets the region in the component where the video is to be
rendered to. |
public boolean | setComponent(java.awt.Component comp) Requests the renderer to draw into a specified AWT component. |
public Format | setInputFormat(Format format) Set the data input format. |
public void | start() |
public void | stop() |
public boolean | waitForState(int state) |