The members of Android.Media.ImageReader are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | Height | int. The default height of Android.Media.Image, in pixels. |
[read-only] | ImageFormat | Android.Graphics.ImageFormatType. The default Android.Graphics.ImageFormat of Android.Media.Image. |
[read-only] | MaxImages | int. Maximum number of images that can be acquired from the ImageReader by any time (for example, with ImageReader.AcquireNextImage). |
[read-only] | Surface | Android.Views.Surface. |
[read-only] | Width | int. The default width of Android.Media.Image, in pixels. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AcquireLatestImage() | ||
AcquireNextImage() | ||
Close()Free up all the resources associated with this ImageReader. | ||
static | NewInstance(int, int, Android.Graphics.ImageFormatType, int) | |
SetOnImageAvailableListener(ImageReader.IOnImageAvailableListener, Android.OS.Handler)Register a listener to be invoked when a new image becomes available from the ImageReader. |