Miles Sound System SDK 7.2a

AIL_quick_set_ms_position

The function AIL_quick_set_ms_position changes current playback position in milliseconds of the specified audio handle.

void AIL_quick_set_ms_position(
  HAUDIO audio,
  S32 milliseconds
);

In Parameters

audio
specifies the audio handle that you wish to control.
milliseconds
specifies the new position in milliseconds.

Discussion

You can use this function even if you haven't started playback yet.


Group: Quick Integration Services
Related Functions: AIL_quick_ms_length, AIL_quick_ms_position
Related Basic Types: HAUDIO, S32, void

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