Interface | Description |
---|---|
EffectUpdateListener |
Some effects may issue callbacks to inform the host of changes to the effect state.
|
Class | Description |
---|---|
Effect |
Effects are high-performance transformations that can be applied to image frames.
|
EffectContext |
An EffectContext keeps all necessary state information to run Effects within a Open GL ES 2.0
context.
|
EffectFactory |
The EffectFactory class defines the list of available Effects, and provides functionality to
inspect and instantiate them.
|
FilterEffect |
The FilterEffect class is the base class for all Effects based on Filters from the Mobile
Filter Framework (MFF).
|
FilterGraphEffect |
Effect subclass for effects based on a single Filter.
|
SingleFilterEffect |
Effect subclass for effects based on a single Filter.
|
SizeChangeEffect |
Effect subclass for effects based on a single Filter with output size differnet
from input.
|