Module uk.co.caprica.vlcj.natives
Interface libvlc_video_setup_cb
- All Superinterfaces:
com.sun.jna.Callback
public interface libvlc_video_setup_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 TypeMethodDescriptionintsetup(com.sun.jna.Pointer opaque) Callback prototype called to initialize user data.
-
Method Details
-
setup
int setup(com.sun.jna.Pointer opaque) Callback prototype called to initialize user data.- Parameters:
opaque- private pointer passed to the @a libvlc_video_set_output_callbacks() [IN]- Returns:
- true on success
- Since:
- LibVLC 4.0.0 or later
-