jack_ringbuffer_read

Read data from the ringbuffer.

@param rb a pointer to the ringbuffer structure. @param dest a pointer to a buffer where data read from the ringbuffer will go. @param cnt the number of bytes to read.

@return the number of bytes read, which may range from 0 to cnt.

extern (C)
size_t
jack_ringbuffer_read
(,
char* dest
,
size_t cnt
)

Meta