Android.Media.Effect.EffectFactory.CreateEffect Method
Instantiate a new effect with the given effect name.

Syntax

[Android.Runtime.Register("createEffect", "(Ljava/lang/String;)Landroid/media/effect/Effect;", "GetCreateEffect_Ljava_lang_String_Handler")]
public virtual Effect CreateEffect (string effectName)

Parameters

effectName
The name of the effect to create.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the effect with the specified name is not supported or not known.

Remarks

Instantiate a new effect with the given effect name.

The effect's parameters will be set to their default values.

Note that the EGL context associated with the current EffectContext need not be made current when creating an effect. This allows the host application to instantiate effects before any EGL context has become current.

[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