Android.Graphics.YuvImage Members

The members of Android.Graphics.YuvImage are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Construct an YuvImage.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Heightint.
[read-only]
Widthint.
[read-only]
YuvFormatImageFormatType.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

CompressToJpeg(Rect, int, System.IO.Stream) : bool
Compress a rectangle region in the YuvImage to a jpeg.
CompressToJpegAsync(Rect, int, System.IO.Stream) : System.Threading.Tasks.Task<bool>
Documentation for this section has not yet been entered.
GetStrides() : int[]
GetYuvData() : byte[]