Interface libvlc_dialog_display_error_cb
-
- All Superinterfaces:
com.sun.jna.Callback
public interface libvlc_dialog_display_error_cb extends com.sun.jna.Callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcallback(com.sun.jna.Pointer p_data, String psz_title, String psz_text)Called when an error message needs to be displayed
-