CDframetomsf(3dm) CDframetomsf(3dm)
NAME
CDframetomsf - convert CD frame number to minutes, seconds, frame
SYNOPSIS
#include <sys/types.h>
#include <dmedia/cdaudio.h>
void CDframetomsf(unsigned long fr, int* m, int* s, int* f)
PARAMETERS
fr The frame number to be converted.
m A pointer to the location to store the minutes value.
s A pointer to the location to store the seconds value.
f A pointer to the location to store the frame value.
DESCRIPTION
CDframetomsf(3dm) converts a CD frame number into three integers with an
integer each for minutes, seconds and remaining frame number.
SEE ALSO
CDintro(3dm), CDaddcallback(3dm), CDatotime(3dm), CDframetotc(3dm),
CDmsftoframe(3dm), CDparseframe(3dm), cdframe(4)
AUTHOR
Doug Cook, Mark Callow
Page 1