Miles Sound System SDK 7.2a

AIL_set_sequence_ms_position

The function AIL_set_sequence_ms_position moves the current playback position of a sequence to the specified millisecond count.

void AIL_set_sequence_ms_position(
  HSEQUENCE S,
  S32 milliseconds
);

In Parameters

S
indicates the sequence for which position information is desired.
milliseconds
contains the time index in milliseconds to seek to.

Discussion

This function is usually more convenient than the more complicated seeking method used by the AIL_branch_index function.


Group: XMIDI Services
Related Functions: AIL_branch_index, AIL_sequence_ms_position, AIL_sequence_position
Related Basic Types: HSEQUENCE, S32, void

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