After data have been read from the ringbuffer using the pointers
returned by jack_ringbuffer_get_read_vector(), use this function to
advance the buffer pointers, making that space available for future
write operations.
@param rb a pointer to the ringbuffer structure.
@param cnt the number of bytes read.
Advance the read pointer.
After data have been read from the ringbuffer using the pointers returned by jack_ringbuffer_get_read_vector(), use this function to advance the buffer pointers, making that space available for future write operations.
@param rb a pointer to the ringbuffer structure. @param cnt the number of bytes read.