Interface libvlc_audio_flush_cb

  • All Superinterfaces:
    com.sun.jna.Callback

    public interface libvlc_audio_flush_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 flush​(com.sun.jna.Pointer data, long pts)
      Callback prototype for audio buffer flush.
    • Method Detail

      • flush

        void flush​(com.sun.jna.Pointer data,
                   long pts)
        Callback prototype for audio buffer flush.

        (i.e. discard all pending buffers and stop playback as soon as possible).

        Parameters:
        data - data pointer as passed to libvlc_audio_set_callbacks()
        pts - presentation time stamp