ImageProxy.PlaneProxy
public
static
interface
ImageProxy.PlaneProxy
androidx.camera.core.ImageProxy.PlaneProxy |
A plane proxy which has an analogous interface as Image.Plane
.
Summary
Public methods | |
---|---|
abstract
ByteBuffer
|
getBuffer()
Returns the pixels buffer. |
abstract
int
|
getPixelStride()
Returns the pixel stride. |
abstract
int
|
getRowStride()
Returns the row stride. |
Public methods
getBuffer
public abstract ByteBuffer getBuffer ()
Returns the pixels buffer.
Returns | |
---|---|
ByteBuffer |
See also:
getPixelStride
public abstract int getPixelStride ()
Returns the pixel stride.
Returns | |
---|---|
int |
See also:
getRowStride
public abstract int getRowStride ()
Returns the row stride.
Returns | |
---|---|
int |
See also: