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