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

NAME

6       MP4AddSystemsTrack - Add an MPEG-4 systems track
7

SYNTAX

9       #include <mp4.h>
10
11       MP4TrackId MP4AddSystemsTrack(
12            MP4FileHandle hFile,
13            const char* type
14       )
15

ARGUMENTS

17       hFile  Specifies the mp4 file to which the operation applies.
18
19       type   Specifies the type of track to be added.
20

RETURN VALUES

22       Upon   success,  the  track  id  of  the  new  track.  Upon  an  error,
23       MP4_INVALID_TRACK_ID.
24
25

DESCRIPTION

27       MP4AddSystemsTrack adds an MPEG-4 Systems track to the mp4  file.  Note
28       this  should not be used to add OD or scene tracks, MP4AddODTrack() and
29       MP4AddSceneTrack() should be  used  for  those  purposes.  Other  known
30       MPEG-4 System track types are:
31
32       MP4_CLOCK_TRACK_TYPE
33       MP4_MPEG7_TRACK_TYPE
34       MP4_OCI_TRACK_TYPE
35       MP4_IPMP_TRACK_TYPE
36       MP4_MPEGJ_TRACK_TYPE
37
38
39

SEE ALSO

41       MP4(3)
42
43
44
45Cisco Systems Inc.                Version 0.9                           MP4(3)
Impressum