Class ImagePlane

java.lang.Object
com.digimarc.capture.camera.ImagePlane

public class ImagePlane extends Object
  • Field Details

    • mPlane

      @Nullable public ByteBuffer mPlane
    • mPixelStride

      public int mPixelStride
    • mRowStride

      public int mRowStride
  • Constructor Details

    • ImagePlane

      public ImagePlane(@NonNull ByteBuffer plane, int pixelStride, int rowStride)
    • ImagePlane

      public ImagePlane(@NonNull ImagePlane plane)
    • ImagePlane

      public ImagePlane(@NonNull android.media.Image.Plane plane)
  • Method Details

    • attachToPlane

      @NonNull public static ImagePlane attachToPlane(@NonNull android.media.Image.Plane srcPlane)
    • allocate

      @NonNull public static ImagePlane allocate(int capacity)
    • capacity

      public int capacity()
    • copy

      public void copy(@NonNull android.media.Image.Plane plane)
    • attach

      public void attach(@NonNull android.media.Image.Plane plane)
    • copy

      public void copy(@NonNull ImagePlane plane)
    • rewind

      public void rewind()