Interface libvlc_video_makeCurrent_cb

All Superinterfaces:
com.sun.jna.Callback

public interface libvlc_video_makeCurrent_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 Type
    Method
    Description
    int
    makeCurrent(com.sun.jna.Pointer opaque, int enter)
    Callback prototype to set up the OpenGL context for rendering
  • Method Details

    • makeCurrent

      int makeCurrent(com.sun.jna.Pointer opaque, int enter)
      Callback prototype to set up the OpenGL context for rendering
      Parameters:
      opaque - private pointer passed to the @a libvlc_video_set_output_callbacks() [IN]
      enter - true to set the context as current, false to unset it [IN]
      Returns:
      true on success
      Since:
      LibVLC 4.0.0 or later