MediaFormat.QpOffsetRect.Set(Rect, Int32) 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.
Update the region of interest information with the specified coordinates and qpOffset
[Android.Runtime.Register("set", "(Landroid/graphics/Rect;I)V", "", ApiSince=35)]
public void Set (Android.Graphics.Rect contour, int qpOffset);
[<Android.Runtime.Register("set", "(Landroid/graphics/Rect;I)V", "", ApiSince=35)>]
member this.Set : Android.Graphics.Rect * int -> unit
Parameters
- contour
- Rect
Rectangle specifying the region of interest
- qpOffset
- Int32
qpOffset to be used for the blocks in the specified rectangle
- Attributes
Remarks
Update the region of interest information with the specified coordinates and qpOffset
Java documentation for android.media.MediaFormat.QpOffsetRect.set(android.graphics.Rect, 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.