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. |