BUFFER_PROCESSED_FAILED, BUFFER_PROCESSED_OK, INPUT_BUFFER_NOT_CONSUMED, OUTPUT_BUFFER_NOT_FILLED, PLUGIN_TERMINATED
Constructor and Description |
---|
DiagnosticVideoRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.Object |
getControl(java.lang.String controlType)
Return the control based on a control type for the PlugIn.
|
java.lang.Object[] |
getControls()
Returns an array of supported controls
|
java.lang.String |
getName() |
Format[] |
getSupportedInputFormats()
Lists the possible input formats supported by this plug-in.
|
void |
open()
Opens the plugin
|
int |
process(Buffer buffer)
Processes the data and renders it to a component
|
void |
reset()
Resets the state of the plug-in.
|
Format |
setInputFormat(Format format)
Set the data input format.
|
void |
start()
Renderer implementation
|
void |
stop() |
public Format[] getSupportedInputFormats()
getSupportedInputFormats
in interface Renderer
public Format setInputFormat(Format format)
setInputFormat
in interface Renderer
public int process(Buffer buffer)
public void open() throws ResourceUnavailableException
open
in interface PlugIn
ResourceUnavailableException
public void reset()
public java.lang.Object[] getControls()
getControls
in interface Controls
public java.lang.Object getControl(java.lang.String controlType)
getControl
in interface Controls