Camera.Parameters.Set 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.
Overloads
Set(String, Int32) |
Obsolete.
Sets an integer parameter. |
Set(String, String) |
Obsolete.
Sets a String parameter. |
Set(String, Int32)
Caution
deprecated
Sets an integer parameter.
[Android.Runtime.Register("set", "(Ljava/lang/String;I)V", "GetSet_Ljava_lang_String_IHandler")]
[System.Obsolete("deprecated")]
public virtual void Set (string? key, int value);
[<Android.Runtime.Register("set", "(Ljava/lang/String;I)V", "GetSet_Ljava_lang_String_IHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Set : string * int -> unit
override this.Set : string * int -> unit
Parameters
- key
- String
the key name for the parameter
- value
- Int32
the int value of the parameter
- Attributes
Remarks
Sets an integer parameter.
Java documentation for android.hardware.Camera.Parameters.set(java.lang.String, int)
.
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.
Applies to
Set(String, String)
Caution
deprecated
Sets a String parameter.
[Android.Runtime.Register("set", "(Ljava/lang/String;Ljava/lang/String;)V", "GetSet_Ljava_lang_String_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual void Set (string? key, string? value);
[<Android.Runtime.Register("set", "(Ljava/lang/String;Ljava/lang/String;)V", "GetSet_Ljava_lang_String_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member Set : string * string -> unit
override this.Set : string * string -> unit
Parameters
- key
- String
the key name for the parameter
- value
- String
the String value of the parameter
- Attributes
Remarks
Sets a String parameter.
Java documentation for android.hardware.Camera.Parameters.set(java.lang.String, java.lang.String)
.
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.