Module uk.co.caprica.vlcj.natives
Interface libvlc_video_getProcAddress_cb
- All Superinterfaces:
com.sun.jna.Callback
public interface libvlc_video_getProcAddress_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
Modifier and TypeMethodDescriptioncom.sun.jna.PointergetProcAddress(com.sun.jna.Pointer opaque, String fct_name) Callback prototype to load opengl functions
-
Method Details
-
getProcAddress
Callback prototype to load opengl functions- Parameters:
opaque- private pointer passed to the @a libvlc_video_set_output_callbacks() [IN]fct_name- name of the opengl function to load - do not release this string- Returns:
- a pointer to the named OpenGL function the NULL otherwise
- Since:
- LibVLC 4.0.0 or later
-