Interface libvlc_audio_set_volume_cb

  • All Superinterfaces:
    com.sun.jna.Callback

    public interface libvlc_audio_set_volume_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 setVolume​(com.sun.jna.Pointer data, float volume, boolean mute)
      Callback prototype for audio volume change.
    • Method Detail

      • setVolume

        void setVolume​(com.sun.jna.Pointer data,
                       float volume,
                       boolean mute)
        Callback prototype for audio volume change.
        Parameters:
        data - data pointer as passed to libvlc_audio_set_callbacks()
        volume - linear volume (1 = nominal, 0 = mute)
        mute - muted flag