dmTCFramesPerDay(3dm)                                    dmTCFramesPerDay(3dm)


NAME
     dmTCFramesPerDay - digital media timecode mathematics

SYNOPSIS
     #include <dmedia/dm_timecode.h>

     int dmTCFramesPerDay
         ( const int tc_type )


TYPES
     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),
                  be used with the dmLTC(3dm) and dmVITC(3dm) routines.  See
                  also DMtimecode(3dm).


ARGUMENTS
     tc_type   The tc_type for which the number of frames in a 24 hour period
               is desired.  See tc_type(3dm).


DESCRIPTION
     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).


SEE ALSO
     dmTCFromSeconds(3dm), dmTCToSeconds(3dm), dmTCFromString(3dm),
     dmTCFromString(3dm), dmTCFramesPerDay(3dm), dmTCFramesBetween(3dm),
     dmLTC(3dm), dmVITC(3dm)


                                                                        Page 1