org.rococoa.cocoa.corevideo
Interface CoreVideoLibrary.CVPixelBufferReleasePlanarBytesCallback

All Superinterfaces:
Callback
Enclosing interface:
CoreVideoLibrary

public static interface CoreVideoLibrary.CVPixelBufferReleasePlanarBytesCallback
extends Callback


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Callback
Callback.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
 
Method Summary
 void invoke(Pointer releaseRefCon, Pointer dataPtr, NativeLong dataSize, NativeLong numberOfPlanes, PointerByReference planeAddresses)
           
 

Method Detail

invoke

void invoke(Pointer releaseRefCon,
            Pointer dataPtr,
            NativeLong dataSize,
            NativeLong numberOfPlanes,
            PointerByReference planeAddresses)