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

NAME

6       MP4AddSceneTrack - Add a scene (BIFS) track
7

SYNTAX

9       #include <mp4.h>
10
11       MP4TrackId MP4AddSceneTrack(
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       MP4AddSceneTrack adds a  scene  (aka  BIFS)  track  to  the  mp4  file.
25       MP4WriteSample()  can  then be used to add the desired BIFS commands to
26       the track. The burden is currently on the calling application to under‐
27       stand BIFS.
28
29       Those  wishing to have a simple audio/video scene without understanding
30       BIFS may wish to use MP4MakeIsmaCompliant() to create  the  minimal  OD
31       and BIFS information.
32
33

SEE ALSO

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