Android.Media.Image Members

The members of Android.Media.Image are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

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

Public Properties

CropRectAndroid.Graphics.Rect. Get the crop rectangle associated with this frame.
[read-only]
abstract
FormatAndroid.Graphics.ImageFormatType. Get the format for this image.
[read-only]
abstract
Heightint. The height of the image in pixels.
[read-only]
abstract
Timestamplong. Get the timestamp associated with this frame.
[read-only]
abstract
Widthint. The width of the image in pixels.

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

abstract
Close()
Free up this frame for reuse.
abstract
GetPlanes() : Image.Plane[]
Get the array of pixel planes for this Image.