MediaFormat.QpOffsetRect.FlattenToString 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
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
- qpOffsetRects
- IList<MediaFormat.QpOffsetRect>
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
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.