uk.co.caprica.vlcj.binding.internal
Interface libvlc_video_format_cb

All Superinterfaces:
com.sun.jna.Callback

public interface libvlc_video_format_cb
extends com.sun.jna.Callback


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Callback
com.sun.jna.Callback.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
 
Method Summary
 int format(com.sun.jna.Pointer opaque, java.lang.String chroma, com.sun.jna.ptr.IntByReference width, com.sun.jna.ptr.IntByReference height, com.sun.jna.ptr.IntByReference pitches, com.sun.jna.ptr.IntByReference lines)
           
 

Method Detail

format

int format(com.sun.jna.Pointer opaque,
           java.lang.String chroma,
           com.sun.jna.ptr.IntByReference width,
           com.sun.jna.ptr.IntByReference height,
           com.sun.jna.ptr.IntByReference pitches,
           com.sun.jna.ptr.IntByReference lines)
Parameters:
opaque -
plane -
Returns:

(C)2010 Caprica Software Limited