With the mci_status command I can retrieve various info about an audiocd.
How can I get the offset of a track?
Should I calculate the sum of the lenght of the prevoius tracks or is there a specific flag? I didn't it!
How can I get the offset of a track?
Should I calculate the sum of the lenght of the prevoius tracks or is there a specific flag? I didn't it!
greenant
get the offset
Why?
get the offset
Why?
Afternoon , greenant.
Use MCI_STATUS_NUMBER_OF_TRACKS to get the number of tracks, and MCI_TRACK + MCI_STATUS_POSITION to get the starting position of a particular track.
Cheers,
Scronty
Use MCI_STATUS_NUMBER_OF_TRACKS to get the number of tracks, and MCI_TRACK + MCI_STATUS_POSITION to get the starting position of a particular track.
Cheers,
Scronty
Thanks. I have to calculate the cddb_discid.
I know I should use ASPI but now I want to use MCI and then I will learn & use aspi
I know I should use ASPI but now I want to use MCI and then I will learn & use aspi