javax.media
Interface Effect

All Superinterfaces:
Codec, Controls, PlugIn

public interface Effect
extends Codec

An Effect is a media processing unit that takes an input Buffer of data, performs some special-effects processing on the data, and then outputs the data to an output Buffer. It has the same input and output structure as a Codec. The difference is that an Effect does not modify the Format of the data, it manipulates the contents.

Since:
JMF 2.0

Field Summary
 
Fields inherited from interface javax.media.PlugIn
BUFFER_PROCESSED_FAILED, BUFFER_PROCESSED_OK, INPUT_BUFFER_NOT_CONSUMED, OUTPUT_BUFFER_NOT_FILLED, PLUGIN_TERMINATED
 
Methods inherited from interface javax.media.Codec
getSupportedInputFormats, getSupportedOutputFormats, process, setInputFormat, setOutputFormat
 
Methods inherited from interface javax.media.PlugIn
close, getName, open, reset
 
Methods inherited from interface javax.media.Controls
getControl, getControls