mvConvertTime(3dm) mvConvertTime(3dm)
mvConvertTime - Convert times from one timescale to another.
#include <dmedia/moviefile.h>
MVtime mvConvertTime( MVtime time, MVtimescale oldScale,
MVtimescale newScale );
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.
mvIntro(3dm), mvGetTrackTimeScale(3dm).
PPPPaaaaggggeeee 1111 [ Back ]
|