Module uk.co.caprica.vlcj.natives
Interface libvlc_dialog_display_error_cb
- All Superinterfaces:
com.sun.jna.Callback
public interface libvlc_dialog_display_error_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
-
Method Details
-
callback
Called when an error message needs to be displayed- Parameters:
p_data- opaque pointer for the callbackpsz_title- title of the diaogpsz_text- text of the dialog
-