Miles Sound System SDK 7.2a

AIL_close_stream

The function AIL_close_stream closes a stream handle.

void AIL_close_stream(
  HSTREAM stream
);

In Parameters

stream
specifies the stream handle to close.

Discussion

This function closes the file handle and frees all of the internal memory.

Under DOS, Wii, PS2 and MacOS 9, this function must not be invoked from an interrupt-based callback function.

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


Group: Digital Audio Streaming Services
Related Functions: AIL_open_stream
Related Basic Types: HSTREAM, void

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