CDframetomsf(3dm) CDframetomsf(3dm)
CDframetomsf - convert CD frame number to minutes, seconds, frame
#include <sys/types.h>
#include <dmedia/cdaudio.h>
void CDframetomsf(unsigned long fr, int* m, int* s, int* f)
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.
CDframetomsf(3dm) converts a CD frame number into three integers with an
integer each for minutes, seconds and remaining frame number.
CDintro(3dm), CDaddcallback(3dm), CDatotime(3dm), CDframetotc(3dm),
CDmsftoframe(3dm), CDparseframe(3dm), cdframe(4)
Doug Cook, Mark Callow
PPPPaaaaggggeeee 1111 [ Back ]
|