1MP4(3)                      MP4 File Format Library                     MP4(3)
2
3
4

NAME

6       MP4GetTrackEditMediaStart  -  Get  the media start time of a track edit
7       segment
8

SYNTAX

10       #include <mp4.h>
11
12       MP4Timestamp MP4GetTrackEditMediaStart(
13            MP4FileHandle hFile,
14            MP4TrackId trackId,
15            MP4EditId editId
16       )
17

ARGUMENTS

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 for which the  media  start  time  is
25              desired.
26

RETURN VALUES

28       The  media  start time of the edit segment in track time scale units of
29       the track in the mp4 file.
30

DESCRIPTION

32       MP4GetTrackEditMediaStart returns the media start time of the   of  the
33       specified track edit segment.
34
35       Caveat: The value is in units of the track time scale.
36
37       Note that this differs from the edit segment start time, MP4GetTrackEdā€
38       itStart(). For example:
39
40       EditId    Start     MediaStart     Duration
41       1         0         15             30
42       2         30        120            20
43       3         50        3000           10
44

SEE ALSO

46       MP4(3) MP4SetTrackEditMediaStart(3)
47
48
49
50Cisco Systems Inc.                Version 0.9                           MP4(3)
Impressum