Interface libvlc_media_close_cb

All Superinterfaces:
com.sun.jna.Callback

public interface libvlc_media_close_cb extends com.sun.jna.Callback
Native close media 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 Type
    Method
    Description
    void
    close(com.sun.jna.Pointer opaque)
    Callback prototype to close a custom bitstream input media.
  • Method Details

    • close

      void close(com.sun.jna.Pointer opaque)
      Callback prototype to close a custom bitstream input media.
      Parameters:
      opaque - private pointer as set by the @ref libvlc_media_open_cb callback