MovieMgr::FormatMovieTime
Defined in:
Formats a movie time value as a string showing seconds, minutes, etc.
C4Movies.h
Prototype
static String<15> FormatMovieTime(MovieTime time);
Parameters
time |
The movie time value to format as a string. |
Description
The FormatMovieTime
function takes the movie time value specified by the time
parameter and translates it into a string containing hours, minutes, seconds, and tenths of a second. The returned string is always exactly ten characters in length, and it has the format "HH:MM:SS.S".