[ CCode ( instance_pos = 2.9 ) ]
public delegate void RingBufferCallback (RingBuffer rbuf, uint8[] data)
This function is set with gst_audio_ring_buffer_set_callback
and is called to fill the memory at data
with
data.length
bytes of samples.
rbuf | |
data |
target to fill |
len |
amount to fill |
user_data |
user data |