Miles Sound System SDK 7.2a

AIL_redbook_track

The function AIL_redbook_track returns the currently play audio track number.

U32 AIL_redbook_track(
  HREDBOOK hand
);

In Parameters

hand
specifies which CD device to query.

Returns

The currently playing audio track, or 0 if the CD isn't currently playing.

Discussion

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

Example files that use this function: AudioCD.C


Group: CD Audio (Redbook) Services
Related Functions: AIL_redbook_position
Related Basic Types: HREDBOOK, U32

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