| Miles Sound System SDK 7.2a |
The function AIL_sample_buffer_info returns detailed information about the status of the low-level streaming buffers for the specified sound handle.
S32 AIL_sample_buffer_info( HSAMPLE S, S32 buff_num, U32 *pos, U32 *len, S32 *head, S32 *tail ); |
Whether the low-level streaming system has completely starved (all sound buffers have been exhausted).
This function is rarely used - see AIL_sample_buffer_available for a more useful status function.
You will probably never need this function. It is needed primarily by video playback engines that need to monitor the low-level streaming state in minute detail.
Do NOT use this function to determine when to load another sample buffer - use the AIL_sample_buffer_available function instead.
Group:
Digital Audio Services
Related Functions:
AIL_load_sample_buffer, AIL_minimum_sample_buffer_size, AIL_sample_buffer_available
Related Basic Types:
HSAMPLE, S32, U32
For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.