ImageProxy.PlaneProxy

interface ImageProxy.PlaneProxy


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

Summary

Public functions

ByteBuffer

Returns the pixels buffer.

Int

Returns the pixel stride.

Int

Returns the row stride.

Public functions

getBuffer

Added in 1.0.0
fun getBuffer(): ByteBuffer

Returns the pixels buffer.

See also
getBuffer

getPixelStride

Added in 1.0.0
fun getPixelStride(): Int

Returns the pixel stride.

See also
getPixelStride

getRowStride

Added in 1.0.0
fun getRowStride(): Int

Returns the row stride.

See also
getRowStride