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

NAME

6       MP4AddODTrack - Add a object descriptor (OD) track
7

SYNTAX

9       #include <mp4.h>
10
11       MP4TrackId MP4AddODTrack(
12            MP4FileHandle hFile
13       )
14

ARGUMENTS

16       hFile  Specifies the mp4 file to which the operation applies.
17

RETURN VALUES

19       Upon   success,  the  track  id  of  the  new  track.  Upon  an  error,
20       MP4_INVALID_TRACK_ID.
21
22

DESCRIPTION

24       MP4AddODTrack adds an object descriptor (aka OD) track to the mp4 file.
25       MP4WriteSample() can then be used to add the desired OD commands to the
26       track. The burden is currently on the calling application to understand
27       OD.
28
29       Those  wishing to have a simple audio/video scene without understanding
30       OD may wish to use MP4MakeIsmaCompliant() to create the minimal OD  and
31       BIFS information.
32
33

SEE ALSO

35       MP4(3)
36
37
38
39Cisco Systems Inc.                Version 0.9                           MP4(3)
Impressum