MP4GetTrackTimeScale - Get the time scale of a track
#include <mp4.h>
u_int32_t MP4GetTrackTimeScale(
MP4FileHandle hFile,
MP4TrackId trackId
)
The time scale (ticks per second) of the track in the mp4 file.
MP4GetTrackTimeScale returns the time scale of the specified track in the mp4 file. The time scale determines the number of clock ticks per second for this track.
MP4(3)