Camera.Parameters.Unflatten(String) 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.
Caution
deprecated
Takes a flattened string of parameters and adds each one to this Parameters object.
[Android.Runtime.Register("unflatten", "(Ljava/lang/String;)V", "GetUnflatten_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual void Unflatten (string? flattened);
[<Android.Runtime.Register("unflatten", "(Ljava/lang/String;)V", "GetUnflatten_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member Unflatten : string -> unit
override this.Unflatten : string -> unit
Parameters
- flattened
- String
a String of parameters (key-value paired) that are semi-colon delimited
- Attributes
Remarks
Takes a flattened string of parameters and adds each one to this Parameters object.
The #flatten()
method does the reverse.
Java documentation for android.hardware.Camera.Parameters.unflatten(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.