MP4GetTrackEditDuration - Man Page
Get the duration of a track edit segment
Syntax
#include <mp4.h>
MP4Duration MP4GetTrackEditDuration(
MP4FileHandle hFile,
MP4TrackId trackId,
MP4EditId editId
)
Arguments
- hFile
Specifies the mp4 file to which the operation applies.
- trackId
Specifies the track to which the operation applies.
- editId
Specifies the edit segment for which the duration is desired.
Return Values
The duration of the edit segment in track time scale units of the track in the mp4 file.
Description
MP4GetTrackEditDuration returns the duration of the specified track edit segment.
Caveat: The value is in units of the track time scale.
See Also
Referenced By
MP4GetTrackEditTotalDuration(3), MP4SetTrackEditDuration(3).
Version 0.9 Cisco Systems Inc. MP4 File Format Library