Module uk.co.caprica.vlcj.natives
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
Modifier and TypeMethodDescriptionvoidsetVolume(com.sun.jna.Pointer data, float volume, int mute) Callback prototype for audio volume change.
-
Method Details
-
setVolume
void setVolume(com.sun.jna.Pointer data, float volume, int 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
-