Methods Summary |
---|
public javax.media.Format[] | getSupportedInputFormats()Lists the input formats supported by this Renderer .
|
public int | process(javax.media.Buffer buffer)Processes the data and renders it to the output device
represented by this Renderer .
|
public javax.media.Format | setInputFormat(javax.media.Format format)Sets the Format of the input data.
|
public void | start()Initiates the rendering process. When start is called, the renderer begins
rendering any data available in its internal buffers.
|
public void | stop()Halts the rendering process.
|