| Miles Sound System SDK 7.2a |
The function AIL_sample_loop_block returns the beginning and ending loop offsets previously passed to AIL_set_sample_loop_block.
S32 AIL_sample_loop_block( HSAMPLE S, S32 *loop_start_offset, S32 *loop_end_offset ); |
The original loop count passed to AIL_set_sample_loop_count, if any. This is not the same as the sample's current loop count as returned by AIL_sample_loop_count.
See AIL_set_sample_loop_block for more information.
A value of zero for loop_start_offset indicates the beginning of the sample, and a value of -1 for loop_end_offset indicates the end of the sample, regardless of its actual length.
Group:
Digital Audio Services
Related Functions:
AIL_sample_loop_count, AIL_set_sample_loop_block, AIL_set_sample_loop_count
Related Basic Types:
HSAMPLE, S32
For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.