다음을 통해 공유


MediaFormat.QpOffsetRect.FlattenToString Method

Definition

Overloads

FlattenToString()
FlattenToString(IList<MediaFormat.QpOffsetRect>)

FlattenToString()

[Android.Runtime.Register("flattenToString", "()Ljava/lang/String;", "", ApiSince=35)]
public string FlattenToString ();
[<Android.Runtime.Register("flattenToString", "()Ljava/lang/String;", "", ApiSince=35)>]
member this.FlattenToString : unit -> string

Returns

Return a string representation of qpOffsetRect in a compact form. Helper function to insert key #PARAMETER_KEY_QP_OFFSET_RECTS in MediaFormat

Attributes

Remarks

Java documentation for android.media.MediaFormat.QpOffsetRect.flattenToString().

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

FlattenToString(IList<MediaFormat.QpOffsetRect>)

[Android.Runtime.Register("flattenToString", "(Ljava/util/List;)Ljava/lang/String;", "", ApiSince=35)]
public static string FlattenToString (System.Collections.Generic.IList<Android.Media.MediaFormat.QpOffsetRect> qpOffsetRects);
[<Android.Runtime.Register("flattenToString", "(Ljava/util/List;)Ljava/lang/String;", "", ApiSince=35)>]
static member FlattenToString : System.Collections.Generic.IList<Android.Media.MediaFormat.QpOffsetRect> -> string

Parameters

Returns

Return a string representation of qpOffsetRect in a compact form. Helper function to insert key #PARAMETER_KEY_QP_OFFSET_RECTS in MediaFormat

Attributes

Remarks

Java documentation for android.media.MediaFormat.QpOffsetRect.flattenToString(java.util.List<android.media.MediaFormat.QpOffsetRect>).

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