Miles Sound System SDK 7.2a

AIL_redbook_tracks

The function AIL_redbook_tracks returns the number of audio tracks on the inserted CD.

U32 AIL_redbook_tracks(
  HREDBOOK hand
);

In Parameters

hand
specifies which CD device to query.

Returns

The number of CD tracks, or zero if no CD is inserted or a data CD is inserted.

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_id, AIL_redbook_track_info
Related Basic Types: HREDBOOK, U32

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