Android.Graphics.YuvImage Class
YuvImage contains YUV data and provides a method that compresses a region of the YUV data to a Jpeg.

See Also: YuvImage Members

Syntax

[Android.Runtime.Register("android/graphics/YuvImage", DoNotGenerateAcw=true)]
public class YuvImage : Java.Lang.Object

Remarks

YuvImage contains YUV data and provides a method that compresses a region of the YUV data to a Jpeg. The YUV data should be provided as a single byte array irrespective of the number of image planes in it. Currently only ImageFormat.NV21 and ImageFormat.YUY2 are supported. To compress a rectangle region in the YUV data, users have to specify the region by left, top, width and height.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8