CDmsftoframe(3dm) CDmsftoframe(3dm)
NAME
CDmsftoframe - convert time to CD frame number
SYNOPSIS
#include <sys/types.h>
#include <dmedia/cdaudio.h>
unsigned long CDmsftoframe(int min, int sec, int frame)
PARAMETERS
min,sec,frame The value to be converted in absolute time code.
RETURNED VALUE
CDmsftoframe(3dm) returns the desired CD frame number.
DESCRIPTION
CDmsftoframe(3dm) converts a <minutes, seconds, frames> triple
representing a time in absolute time code into the corresponding CD frame
number. Frame numbers are easier to compare than time triples.
SEE ALSO
CDintro(3dm), CDclose(3dm), CDframetomsf(3dm), CDgetstatus(3dm),
CDgettrackinfo(3dm), CDopen(3dm), CDseekblock(3dm), CDreadda(3dm),
CDtctoframe(3dm), cdframe(4)
AUTHOR
Mark Callow
Page 1