Example usage for Java android.media Image fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Free up this frame for reuse. |
int | getFormat() Get the format for this image. |
int | getHeight() The height of the image in pixels. |
Plane[] | getPlanes() Get the array of pixel planes for this Image. |
int | getWidth() The width of the image in pixels. |