public interface

ImageProxy.PlaneProxy

 androidx.camera.core.ImageProxy.PlaneProxy

Overview

A plane proxy which has an analogous interface as .

Summary

Methods
public java.nio.ByteBuffergetBuffer()

Returns the pixels buffer.

public intgetPixelStride()

Returns the pixel stride.

public intgetRowStride()

Returns the row stride.

Methods

public int getRowStride()

Returns the row stride.

See also:

public int getPixelStride()

Returns the pixel stride.

See also:

public java.nio.ByteBuffer getBuffer()

Returns the pixels buffer.

See also: