Interface CVPixelBuffer.ReleasePlanarBytesCallback

  • Enclosing class:
    CVPixelBuffer

    public static interface CVPixelBuffer.ReleasePlanarBytesCallback
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void release​(org.robovm.rt.bro.ptr.VoidPtr dataPtr, long dataSize, long numberOfPlanes, org.robovm.rt.bro.ptr.VoidPtr planeAddresses)  
    • Method Detail

      • release

        void release​(org.robovm.rt.bro.ptr.VoidPtr dataPtr,
                     long dataSize,
                     long numberOfPlanes,
                     org.robovm.rt.bro.ptr.VoidPtr planeAddresses)