Interface libvlc_dialog_cancel_cb

  • All Superinterfaces:
    com.sun.jna.Callback

    public interface libvlc_dialog_cancel_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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void callback​(com.sun.jna.Pointer p_data, libvlc_dialog_id p_id)
      Called when a displayed dialog needs to be cancelled The implementation must call libvlc_dialog_dismiss() to really release the dialog.
    • Method Detail

      • callback

        void callback​(com.sun.jna.Pointer p_data,
                      libvlc_dialog_id p_id)
        Called when a displayed dialog needs to be cancelled The implementation must call libvlc_dialog_dismiss() to really release the dialog.
        Parameters:
        p_data - opaque pointer for the callback
        p_id - id of the dialog