Interface libvlc_audio_cleanup_cb
-
- All Superinterfaces:
com.sun.jna.Callback
public interface libvlc_audio_cleanup_cb extends com.sun.jna.Callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanup(com.sun.jna.Pointer data)Callback prototype for audio playback cleanup.
-