pub unsafe extern "C" fn pw_stream_return_buffer(
stream: *mut pw_stream,
buffer: *mut pw_buffer,
) -> c_int
Expand description
Return a buffer to the queue without using it. This makes the buffer immediately available to dequeue again. RT safe.