ioctl(ixj, PHONE_REC_DEPTH, iFrameDepth)
Return Value
None.
Parameters
The number of 30 ms audio frames the DSP will queue.
Remarks
This should be used to control the amount of latency. If the DSP is set to a minimal value, 1 or 2, then the DSP will not introduce unneeded latency by buffering too many frames of audio data. The DSP will NOT pass audio until it's buffer is full. This should not be used in place of a jitter buffer.
See Also:
Example:
ioctl(ixj, PHONE_REC_DEPTH, 1);
©1996-2001 Quicknet Technologies, Inc.