Module uk.co.caprica.vlcj.natives
Interface libvlc_video_swap_cb
- All Superinterfaces:
com.sun.jna.Callback
public interface libvlc_video_swap_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 TypeMethodDescriptionvoidswap(com.sun.jna.Pointer opaque) Callback prototype called after performing drawing calls.
-
Method Details
-
swap
void swap(com.sun.jna.Pointer opaque) Callback prototype called after performing drawing calls.- Parameters:
opaque- private pointer passed to the @a libvlc_video_set_output_callbacks() [IN]- Since:
- LibVLC 4.0.0 or later
-