Android.Media.Effect.EffectFactory Class

See Also: EffectFactory Members

Syntax

[Android.Runtime.Register("android/media/effect/EffectFactory", DoNotGenerateAcw=true)]
public class EffectFactory : Java.Lang.Object

Remarks

The EffectFactory class defines the list of available Effects, and provides functionality to inspect and instantiate them. Some effects may not be available on all platforms, so before creating a certain effect, the application should confirm that the effect is supported on this platform by calling EffectFactory.IsEffectSupported(string).

[Android Documentation]

Requirements

Namespace: Android.Media.Effect
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14