mvConvertTime(3dm)                                          mvConvertTime(3dm)


NAME
     mvConvertTime - Convert times from one timescale to another.


SYNOPSIS
     #include <dmedia/moviefile.h>


     MVtime mvConvertTime( MVtime time, MVtimescale oldScale,
                              MVtimescale newScale );


DESCRIPTION
     For information one how to interpret a time, timeScale pair, please see
     the ``Time and Timescale'' section of  mvIntro.

     mvConvertTime is a convenience function to convert time between time
     scales.  time is passed in with the old time scale (oldScale) and the new
     time scale (newScale).  The value returned is a time, measured in
     newScale.


SEE ALSO
     mvIntro(3dm), mvGetTrackTimeScale(3dm).


                                                                        Page 1