1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4DeleteTrackEdit - Delete a track edit segment
7
9 #include <mp4.h>
10
11 bool MP4DeleteTrackEdit(
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 to be deleted.
24
26 Upon success, true (1). Upon an error, false (0).
27
28
30 MP4DeleteTrackEdit deletes the specified track edit segment. Note that
31 since editId's form a sequence, deleting an editId will cause all edit
32 segments with editId's greater than the deleted one to be reassigned to
33 their editId minus one.
34
35 Deleting an edit segment does not delete any media samples.
36
37
39 MP4(3) MP4AddTrackEdit(3)
40
41
42
43Cisco Systems Inc. Version 0.9 MP4(3)