FileDocCategorySizeDatePackage
Effect.javaAPI DocJMF 2.1.1e663Mon May 12 12:20:36 BST 2003javax.media

Effect

public interface Effect implements 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

Fields Summary
Constructors Summary
Methods Summary