Miles Sound System SDK 7.2a

AIL_redbook_stop

The function AIL_redbook_stop stops playback of a Red Book CD-audio device.

U32 AIL_redbook_stop(
  HREDBOOK hand
);

In Parameters

hand
specifies which CD device to stop.

Returns

The current playback status - see AIL_redbook_status for the possible return values.

Discussion

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_close, AIL_redbook_pause, AIL_redbook_play, AIL_redbook_resume, AIL_redbook_status
Related Basic Types: HREDBOOK, U32

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