ImageProxy.PlaneProxy

public interface ImageProxy.PlaneProxy


A plane proxy which has an analogous interface as android.media.Image.Plane.

Summary

Public methods

abstract @NonNull ByteBuffer

Returns the pixels buffer.

abstract int

Returns the pixel stride.

abstract int

Returns the row stride.

Public methods

getBuffer

Added in 1.0.0
abstract @NonNull ByteBuffer getBuffer()

Returns the pixels buffer.

See also
getBuffer

getPixelStride

Added in 1.0.0
abstract int getPixelStride()

Returns the pixel stride.

See also
getPixelStride

getRowStride

Added in 1.0.0
abstract int getRowStride()

Returns the row stride.

See also
getRowStride