public interface libvlc_audio_setup_cb
extends com.sun.jna.Callback
int setup(com.sun.jna.ptr.PointerByReference data, String format, com.sun.jna.ptr.IntByReference rate, com.sun.jna.ptr.IntByReference channels)
This is called when the media player needs to create a new audio output.
data
- pointer to the data pointer passed to libvlc_audio_set_callbacks()format
- 4 bytes sample formatrate
- sample ratechannels
- channels countCopyright © 2009–2014 Caprica Software Limited. All rights reserved.