Java android.media Image fields, constructors, methods, implement or subclass

Example usage for Java android.media Image fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.media Image.

The text is from its open source code.

Method

voidclose()
Free up this frame for reuse.
intgetFormat()
Get the format for this image.
intgetHeight()
The height of the image in pixels.
Plane[]getPlanes()
Get the array of pixel planes for this Image.
intgetWidth()
The width of the image in pixels.