Previous Topic Index Next Topic
[Structure]

FSOUND_TOC_TAG

Structure defining a CD table of contents. This structure is returned as a tag from FSOUND_Stream_FindTagField when the tag name "CD_TOC" is specified.
Note: All tracks on the CD - including data tracks- will be represented in this structure so it's use for anything other than generating disc id information is not recommended.
See the cdda example program for info on retrieving and using this structure.

Members

char name[4] /* The string "TOC", just in case this structure is accidentally treated as a string */
int numtracks /* The number of tracks on the CD */
int min[100] /* The start offset of each track in minutes */
int sec[100] /* The start offset of each track in seconds */
int frame[100] /* The start offset of each track in frames */

See Also

, FSOUND_Stream_FindTagField , FSOUND_Stream_Open

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Mon Oct 18 11:07:59 2004 by SourceDoc v0.10, the automated source code documenter.