dmTCFramesPerDay(3dm) dmTCFramesPerDay(3dm)
NAME
dmTCFramesPerDay - digital media timecode mathematics
SYNOPSIS
#include <dmedia/dmtimecode.h>
int dmTCFramesPerDay
( const int tctype )
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),
dmTCFramesPerDay(3dm), and dmTCFramesBetween(3dm). Can also
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 tctype(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
tctype(3dm).
SEE ALSO
dmTCFromSeconds(3dm), dmTCToSeconds(3dm), dmTCFromString(3dm),
dmTCFromString(3dm), dmTCFramesPerDay(3dm), dmTCFramesBetween(3dm),
dmLTC(3dm), dmVITC(3dm)
Page 1