Torbj�rn Kristoffersen wrote:

> My question is; what is the difference between 
>       struct cdrom_msf
>           and
>       struct cdrom_ti
>            ?

`struct cdrom_msf' stores start/end positions in minute/second/frame
format, and is used by ioctl(CDROMPLAYMSF).

`struct cdrom_ti' stores start/end positions in track/index format,
and is used by ioctl(CDROMPLAYTRKIND).

> I'm using struct cdrom_ti to play audio tracks, but when I try to play
> the last track (this fails on every cd) it wont't play.
> Every track but the last track works, isn't that weird?
> One of my ideas is that maybe it has something to do with my use of
> 'ti' instead of 'msf'?

Are you trying to specify the start of a non-existent track as the end
position?

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to