1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4GetTrackMaxSampleSize - Get the maximum sample size of a track
7
9 #include <mp4.h>
10
11 u_int32_t MP4GetTrackMaxSampleSize(
12 MP4FileHandle hFile,
13 MP4TrackId trackId
14 );
15
17 hFile Specifies the mp4 file to which the operation applies.
18
19 trackId
20 Specifies the track to which the operation applies.
21
22
24 Upon success, the maximum sample size in bytes. Upon an error, 0.
25
27 MP4GetTrackMaxSampleSize returns the maximum size in bytes of all the
28 samples in the specified track.
29
31 MP4(3) MP4GetSampleSize(3)
32
33
34
35Cisco Systems Inc. Version 0.9 MP4(3)