jack_create_adapter

Create an adapter. @param input number of audio inputs @param output of audio outputs @param host_buffer_size the host buffer size in frames @param host_sample_rate the host buffer sample rate @param adapted_buffer_size the adapted buffer size in frames @param adapted_sample_rate the adapted buffer sample rate

@return 0 on success, otherwise a non-zero error code

extern (C)
jack_create_adapter
(
int input
,
int output
,
jack_nframes_t host_buffer_size
,
jack_nframes_t host_sample_rate
,
jack_nframes_t adapted_buffer_size
,
jack_nframes_t adapted_sample_rate
)

Meta