jack_ringbuffer_reset_size

Reset the internal "available" size, and read and write pointers, making an empty buffer.

This is not thread safe.

@param rb a pointer to the ringbuffer structure. @param sz the new size, that must be less than allocated size.

extern (C)
void
jack_ringbuffer_reset_size

Meta