1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4GetTrackEditDwell - Get the dwell value of a track edit segment
7
9 #include <mp4.h>
10
11 MP4Duration MP4GetTrackEditDwell(
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 dwell value is desired.
24
26 The dwell value of the edit segment of the track in the mp4 file.
27
29 MP4GetTrackEditDwell returns the dwell value of the specified track
30 edit segment. A value of true (1) indicates that during this edit seg‐
31 ment the media will be paused; a value of false (0) indicates that dur‐
32 ing this edit segment the media will be played at its normal rate.
33
35 MP4(3) MP4SetTrackEditDwell(3)
36
37
38
39Cisco Systems Inc. Version 0.9 MP4(3)