Android.Media.ImageReader Members

The members of Android.Media.ImageReader 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

[read-only]
Heightint. The default height of Android.Media.Image, in pixels.
[read-only]
ImageFormatAndroid.Graphics.ImageFormatType. The default Android.Graphics.ImageFormat of Android.Media.Image.
[read-only]
MaxImagesint. Maximum number of images that can be acquired from the ImageReader by any time (for example, with ImageReader.AcquireNextImage).
[read-only]
SurfaceAndroid.Views.Surface.
[read-only]
Widthint. The default width of Android.Media.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

AcquireLatestImage() : Image
AcquireNextImage() : Image
Close()
Free up all the resources associated with this ImageReader.
static
NewInstance(int, int, Android.Graphics.ImageFormatType, int) : ImageReader
SetOnImageAvailableListener(ImageReader.IOnImageAvailableListener, Android.OS.Handler)
Register a listener to be invoked when a new image becomes available from the ImageReader.