Searched refs:playPos (Results 1 – 1 of 1) sorted by relevance
569 scsi_play_position playPos; in scan() local572 playPos.start_m = cdPos->absolute_address.time.minute; in scan()573 playPos.start_s = cdPos->absolute_address.time.second; in scan()574 playPos.start_f = cdPos->absolute_address.time.frame; in scan()575 playPos.end_m = 99; in scan()576 playPos.end_s = 59; in scan()577 playPos.end_f = 24; in scan()579 return play_msf(info, &playPos); in scan()