| |
|
| java.lang.Object com.db.media.in.J3DLiveAudioRenderer
J3DLiveAudioRenderer | public class J3DLiveAudioRenderer implements ControllerListener,Renderer(Code) | | |
DEBUG | final public static boolean DEBUG(Code) | | |
firstFrame | boolean firstFrame(Code) | | |
stateTransOK | boolean stateTransOK(Code) | | |
waitSync | int[] waitSync(Code) | | Variables and Constants
|
J3DLiveAudioRenderer | public J3DLiveAudioRenderer(Sound sound)(Code) | | |
close | public synchronized void close()(Code) | | |
controllerUpdate | public void controllerUpdate(ControllerEvent evt)(Code) | | Controller implementation
|
getControl | public Object getControl(String controlType)(Code) | | Return the control based on a control type for the PlugIn.
|
getControls | public Object[] getControls()(Code) | | Returns an array of supported controls
|
getSupportedInputFormats | public Format[] getSupportedInputFormats()(Code) | | Lists the possible input formats supported by this plug-in.
|
open | public void open() throws ResourceUnavailableException(Code) | | Opens the plugin
|
process | public int process(Buffer buffer)(Code) | | Processes the data and renders it to a component
|
reset | public void reset()(Code) | | Resets the state of the plug-in. Typically at end of media or when media
is repositioned.
|
setInputFormat | public Format setInputFormat(Format format)(Code) | | Set the data input format.
|
start | public void start()(Code) | | Renderer implementation
|
waitForState | public boolean waitForState(int state)(Code) | | |
|
|
|