![]() | Reference Manual - 1.1.1 | ||
|
Access the ring buffer to fill it with data.
Access ( | ||||
IFusionSoundStream | * | thiz, | ||
void | ** | ret_data, | ||
int | * | ret_avail | ||
); |
The method returns a pointer to the current write position and the amount of available space in frames.
If the ring buffer is full, the method blocks until there is space available.
After filling the ring buffer, call Commit() to submit the samples to the stream.