dmTCFramesPerDay(3dm) dmTCFramesPerDay(3dm)
dmTCFramesPerDay - digital media timecode mathematics
#include <dmedia/dm_timecode.h>
int dmTCFramesPerDay
( const int tc_type )
DMtimecode A structure containing a representation of SMPTE time code
on which certain mathematical and utility functions can be
performed. Can be used with: dmTCAddTC(3dm),
dmTCAddFrames(3dm), dmTCToString(3dm), dmTCFromSeconds(3dm),
dmTCToSeconds(3dm), dmTCFromString(3dm),
dmTCFramesPerDay(3dm), and dmTCFramesBetween(3dm). Can also
be used with the dmLTC(3dm) and dmVITC(3dm) routines. See
also DMtimecode(3dm).
tc_type The tc_type for which the number of frames in a 24 hour period
is desired. See tc_type(3dm).
dmTCFramesPerDay returns the number of frames that occur during a 24-hour
day, in the requested timecode format, as given by tc_type. See
tc_type(3dm).
dmTCFromSeconds(3dm), dmTCToSeconds(3dm), dmTCFromString(3dm),
dmTCFromString(3dm), dmTCFramesPerDay(3dm), dmTCFramesBetween(3dm),
dmLTC(3dm), dmVITC(3dm)
PPPPaaaaggggeeee 1111 [ Back ]
|