1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4SetTrackEditDwell - Set the dwell value of a track edit segment
7
9 #include <mp4.h>
10
11 bool MP4SetTrackEditDwell(
12 MP4FileHandle hFile,
13 MP4TrackId trackId,
14 MP4EditId editId,
15 bool dwell
16 );
17
19 hFile Specifies the mp4 file to which the operation applies.
20
21 trackId
22 Specifies the track to which the operation applies.
23
24 editId Specifies the edit segment to which the operation applies.
25 Caveat: the first edit has id 1 not 0.
26
27 dwell Species the new dwell value.
28
29
31 Upon success, true (1). Upon an error, false (0).
32
33
35 MP4SetTrackEditDwell sets the dwell value of the specified edit segment
36 from the specified track.
37
38 A value of true (1) indicates that during this edit segment the media
39 will be paused; a value of false (0) indicates that during this edit
40 segment the media will be played at its normal rate.
41
43 MP4(3) MP4GetTrackEditDwell(3)
44
45
46
47Cisco Systems Inc. Version 0.9 MP4(3)