1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4SetSceneProfileLevel - Sets the minimum MPEG-4 scene graph profile
7 and level required to render the contents of the file
8
10 #include <mp4.h>
11
12 bool MP4SetSceneProfileLevel(
13 MP4FileHandle hFile,
14 u_int8_t profileLevel
15 )
16
18 hFile Specifies the mp4 file to which the operation applies.
19
21 Upon success, true (1). Upon an error, false (0).
22
24 MP4SetSceneProfileLevel sets the minumum profile/level of MPEG-4 scene
25 graph support necessary to render the contents of the file.
26
27 ISO/IEC 14496-1:2001 MPEG-4 Systems defines the following values:
28 0x00 Reserved
29 0x01 Simple 2D Profile @ Level 1
30 0x02-0x7F Reserved
31 0x80-0xFD User private
32 0xFE No scene graph profile specified
33 0xFF No scene graph required
34
36 MP4(3) MP4GetSceneProfileLevel(3)
37
38
39
40Cisco Systems Inc. Version 0.9 MP4(3)