Miles Sound System SDK 7.2a

AIL_pause_stream

The function AIL_pause_stream pauses the playback of the specified stream handle.

void AIL_pause_stream(
  HSTREAM stream,
  S32 onoff
);

In Parameters

stream
specifies stream to control.
onoff
tells MSS to pause (non-zero) or resume (zero) the playback.

Discussion

The AIL_start_stream function will also resume playback (but at the beginning of the stream).

Example files that use this function: Demo.C, Streamer.C


Group: Digital Audio Streaming Services
Related Functions: AIL_set_stream_loop_count, AIL_start_stream, AIL_stream_status
Related Basic Types: HSTREAM, S32, void
Related FAQs: How do I start an audio file somewhere in the middle?

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