1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4AppendSessionSdp - Add to the SDP session level description of the
7 file
8
10 #include <mp4.h>
11
12 bool MP4AppendSessionSdp(
13 MP4FileHandle hFile,
14 const char* sdpString
15 )
16
18 hFile Specifies the mp4 file to which the operation applies.
19
20 sdpString
21 Specifies the addition to the session sdp string.
22
24 Upon success, true (1). Upon an error, false (0).
25
27 MP4AppendSessionSdp appends the specified string to the SDP (IETF RFC
28 2327) session level fragment for the file. This is used by a streaming
29 server to create a complete SDP description of the multimedia session
30 represented by the file.
31
32
34 MP4(3) MP4GetSessionSdp(3) MP4SetSessionSdp(3)
35
36
37
38Cisco Systems Inc. Version 0.9 MP4(3)