Miles Sound System SDK 7.2a

AIL_set_stream_ms_position

The function AIL_set_stream_ms_position adjusts the playback position of a stream.

void AIL_set_stream_ms_position(
  HSTREAM stream,
  S32 milliseconds
);

In Parameters

stream
indicates the sample whose position is to be adjusted.
milliseconds
indicates the offset in milliseconds of the new playback position from the beginning of the stream.

Discussion

By means of this function, it is possible to instantaneously change the location from which stream data is being played. The change will take effect as soon as the next block of audio data from the sample is merged into the hardware buffer.


Group: Digital Audio Streaming Services
Related Functions: AIL_set_stream_position, AIL_stream_ms_position
Related Basic Types: HSTREAM, S32, void

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