最終更新:2017-06-05 (月) 15:41:52 (2506d)  

android.media.Image.Plane
Top / android.media.Image.Plane

A single color plane of image data.

https://developer.android.com/reference/android/media/Image.Plane.html

メソッド

abstract ByteBufferPlane.getBuffer?()Get a direct ByteBuffer containing the frame data.
abstract intPlane.getPixelStride?()The distance between adjacent pixel samples, in bytes.
abstract intPlane.getRowStride?()The row stride for this color plane, in bytes.