Module uk.co.caprica.vlcj.natives
Interface libvlc_video_update_output_cb
- All Superinterfaces:
com.sun.jna.Callback
public interface libvlc_video_update_output_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 TypeMethodDescriptionvoidupdateOutput(com.sun.jna.Pointer opaque, int width, int height) Callback prototype called on video size changes
-
Method Details
-
updateOutput
void updateOutput(com.sun.jna.Pointer opaque, int width, int height) Callback prototype called on video size changes- Parameters:
opaque- private pointer passed to the @a libvlc_video_set_output_callbacks() [IN]width- video width in pixel [IN]height- video height in pixel [IN]- Since:
- LibVLC 4.0.0 or later
-