1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4GetTrackVideoFrameRate - Get the video frame rate of the specified
7 video track
8
10 #include <mp4.h>
11
12 float MP4GetTrackVideoFrameRate(
13 MP4FileHandle hFile,
14 MP4TrackId trackId
15 )
16
18 hFile Specifies the mp4 file to which the operation applies.
19
20 trackId
21 Specifies the track for which the video frame rate is desired.
22
24 Upon success, the number of video frames per second of the track. Upon
25 an error, 0.
26
28 MP4GetTrackVideoFrameRate returns the frame rate of the video in the
29 specified track in the mp4 file. If the video is variable rate, the
30 average frame rate is returned.
31
32
34 MP4(3)
35
36
37
38Cisco Systems Inc. Version 0.9 MP4(3)