| Miles Sound System SDK 7.2a |
The function AIL_redbook_resume resumes the playback of a Red Book CD-audio device.
U32 AIL_redbook_resume( HREDBOOK hand ); |
The current playback status - see AIL_redbook_status for the possible return values.
Red Book CD devices don't have a hardware pause function. MSS simulates pausing by querying the current position of the playback and then stopping it. To resume playback, MSS just starts the playback at the previously saved position.
Under DOS and MacOS 9, this function must not be invoked from an interrupt-based callback function.
Example files that use this function: Demo.C, AudioCD.C
Group:
CD Audio (Redbook) Services
Related Functions:
AIL_redbook_pause, AIL_redbook_play, AIL_redbook_status, AIL_redbook_stop
Related Basic Types:
HREDBOOK, U32
For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.