YuvImage.GetStrides Method

Definition

[Android.Runtime.Register("getStrides", "()[I", "GetGetStridesHandler")]
public virtual int[]? GetStrides ();
[<Android.Runtime.Register("getStrides", "()[I", "GetGetStridesHandler")>]
abstract member GetStrides : unit -> int[]
override this.GetStrides : unit -> int[]

Returns

Int32[]

the number of row bytes in each image plane.

Attributes

Remarks

Java documentation for android.graphics.YuvImage.getStrides().

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