prepare_read


Description:

public bool prepare_read (out int segment, out uint8[] readptr)

Returns a pointer to memory where the data from segment segment can be found.

This function is mostly used by subclasses.

Parameters:

this

the RingBuffer to read from

segment

the segment to read

readptr

the pointer to the memory where samples can be read

len

the number of bytes to read

Returns: