Camera.Parameters.Flatten 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
Creates a single string with all the parameters set in this Parameters object.
[Android.Runtime.Register("flatten", "()Ljava/lang/String;", "GetFlattenHandler")]
[System.Obsolete("deprecated")]
public virtual string? Flatten ();
[<Android.Runtime.Register("flatten", "()Ljava/lang/String;", "GetFlattenHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Flatten : unit -> string
override this.Flatten : unit -> string
Returns
a String with all values from this Parameters object, in semi-colon delimited key-value pairs
- Attributes
Remarks
Creates a single string with all the parameters set in this Parameters object.
The #unflatten(String)
method does the reverse.
Java documentation for android.hardware.Camera.Parameters.flatten()
.
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.