Miles Sound System SDK 7.2a

AIL_set_sample_ms_position

The function AIL_set_sample_ms_position adjusts the playback position of a sample.

void AIL_set_sample_ms_position(
  HSAMPLE S,
  S32 milliseconds
);

In Parameters

S
indicates the sample whose position is to be adjusted.
milliseconds
indicates the millisecond count of the new playback position.

Discussion

This function simply converts the millisecond value to a sample position in bytes and then calls AIL_set_sample_position.


Group: Digital Audio Services
Related Functions: AIL_sample_ms_position, AIL_sample_position, AIL_set_sample_position
Related Basic Types: HSAMPLE, S32, void

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.