Android.Media.Effect Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides classes that allow you to apply a variety of visual effects to images and videos.
Classes
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. |
EffectFactory |
The EffectFactory class defines the list of available Effects, and provides functionality to inspect and instantiate them. |
EffectUpdateEventArgs |
Provides data for the Update event. |
Interfaces
IEffectUpdateListener |
Some effects may issue callbacks to inform the host of changes to the effect state. |