| Miles Sound System SDK 7.2a |
The function AIL_start_stream starts playback of the specified stream.
void AIL_start_stream( HSTREAM stream ); |
This function doesn't do any file reading, so it is safe to call from an interrupt-based callback function.
If you call this function on an already-playing stream, then the stream will be restarted from the beginning.
Under DOS, you must call AIL_service_stream for the stream to be played.
Example files that use this function: Demo.C, Streamer.C
Group:
Digital Audio Streaming Services
Related Functions:
AIL_pause_stream, AIL_service_stream, AIL_stream_status
Related Basic Types:
HSTREAM, void
Related FAQs:
How do I start an audio file somewhere in the middle?, How do I stream a file off a hard disk or CD?
For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.