MP4ConvertFromMovieDuration - Man Page
Convert a duration from the movie (file) time scale to a specified time scale.
Syntax
#include <mp4.h>
u_int64_t MP4ConvertFromMovieDuration(
MP4FileHandle hFile,
MP4Duration duration,
u_int32_t newTimeScale
)
Arguments
- hFile
Specifies the mp4 file to which the operation applies.
- duration
Specifies the duration that is to be converted.
- newTimeScale
Specifies the new time scale in ticks per second to which the duration should be converted.
Return Values
Upon success, the duration in the new time scale units. Upon error, 0.
Description
MP4ConvertFromMovieDuration converts a duration such as the total movie (file) duration from the movie time scale to another specified time scale.
See Also
Referenced By
Version 0.9 Cisco Systems Inc. MP4 File Format Library