WikiPendium

(beta)

bos_tocentry_t

WikiPendium :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ec2-3-145-15-205.us-east-2.compute.amazonaws.com

bos_tocentry_t structure


typedef struct {
	unsigned char track;	/* Number of this track, or 0xA2 for end of CD */
	unsigned char minute;	/* Minute where this track starts, in BCD format */
	unsigned char second;	/* Second where this track starts, in BCD format */
	unsigned char frame;	/* Frame where this track starts, in BCD format */
} bos_tocentry_t;




Comments

The BCD? format is very simple: if you have minute=0x40 (in hexa), it means 40mn. If you have seconds=0x23 (in hexa), it means 23 s.

See Also

Metagettoc(), Metadiscinfo(), bos_discinfo_t

Il n'y a pas de commentaire sur cette page. [Afficher commentaires/formulaire]