1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4GetTrackEditDuration - Get the duration of a track edit segment
7
9 #include <mp4.h>
10
11 MP4Duration MP4GetTrackEditDuration(
12 MP4FileHandle hFile,
13 MP4TrackId trackId,
14 MP4EditId editId
15 )
16
18 hFile Specifies the mp4 file to which the operation applies.
19
20 trackId
21 Specifies the track to which the operation applies.
22
23 editId Specifies the edit segment for which the duration is desired.
24
26 The duration of the edit segment in track time scale units of the track
27 in the mp4 file.
28
30 MP4GetTrackEditDuration returns the duration of the specified track
31 edit segment.
32
33 Caveat: The value is in units of the track time scale.
34
36 MP4(3) MP4SetTrackEditDuration(3)
37
38
39
40Cisco Systems Inc. Version 0.9 MP4(3)