1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4SetTrackESConfiguration - Set the elementary stream (ES) configura‐
7 tion of a track
8
10 #include <mp4.h>
11
12 bool MP4SetTrackESConfiguration(
13 MP4FileHandle hFile,
14 MP4TrackId trackId
15 const u_int8_t* pConfig,
16 u_int32_t configSize
17 )
18
20 hFile Specifies the mp4 file to which the operation applies.
21
22 trackId
23 Specifies the track to which the operation applies.
24
25 pConfig
26 Specifies a pointer to the ES configuration information.
27
28 configSize
29 Specifies the size of the ES configuration information.
30
32 Upon success, true (1). Upon an error, false (0).
33
35 MP4SetTrackESConfiguration sets the elementary stream (ES) configura‐
36 tion of the specified track in the mp4 file. This information is codec
37 specific and contains the configuration necessary for the given codec
38 to decode the samples in the track.
39
40
42 MP4(3)
43
44
45
46Cisco Systems Inc. Version 0.9 MP4(3)