DTframetohmsf(3dm) DTframetohmsf(3dm)
DTframetohmsf - convert DAT frame number to hours, minutes, seconds,
frame
#include <sys/types.h>
#include <dmedia/dataudio.h>
void DTframetohmsf(unsigned long fr, int* h, int* m, int* s, int* f)
fr The frame number to be converted.
h A pointer to the location to store the hours value.
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.
DTframetohmsf converts a DAT frame number into four integers with an
integer each for hours, minutes, seconds and remaining frame number.
DTintro(3dm), DTaddcallback(3dm), DTatotime(3dm), DTframetotc(3dm),
DThmsftoframe(3dm), DTparseframe(3dm), datframe(4)
Doug Cook, Mark Callow
PPPPaaaaggggeeee 1111 [ Back ]
|