Effect.SetParameter(String, Object) Method
Definition
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.
Set a filter parameter.
[Android.Runtime.Register("setParameter", "(Ljava/lang/String;Ljava/lang/Object;)V", "GetSetParameter_Ljava_lang_String_Ljava_lang_Object_Handler")]
public abstract void SetParameter (string? parameterKey, Java.Lang.Object? value);
[<Android.Runtime.Register("setParameter", "(Ljava/lang/String;Ljava/lang/Object;)V", "GetSetParameter_Ljava_lang_String_Ljava_lang_Object_Handler")>]
abstract member SetParameter : string * Java.Lang.Object -> unit
Parameters
- parameterKey
- String
The name of the parameter to adjust.
- value
- Object
The new value to set the parameter to.
- Attributes
Remarks
Set a filter parameter.
Consult the effect documentation for a list of supported parameter keys for each effect.
Java documentation for android.media.effect.Effect.setParameter(java.lang.String, java.lang.Object)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.