1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4GetSessionSdp - Get the SDP session level description of the file
7
9 #include <mp4.h>
10
11 const char* MP4GetSessionSdp(
12 MP4FileHandle hFile
13 )
14
16 hFile Specifies the mp4 file to which the operation applies.
17
19 The SDP session level description fragment of the mp4 file.
20
22 MP4GetSessionSdp returns the SDP (IETF RFC 2327) session level fragment
23 for the file. This is used by a streaming server to create a complete
24 SDP description of the multimedia session represented by the file.
25
26 The mp4broadcaster test program provided with the MP4 library gives an
27 example of using this call to create the complete SDP description.
28
30 MP4(3) MP4SetSessionSdp(3) MP4AppendSessionSdp(3) MP4GetHintTrackSdp(3)
31
32
33
34Cisco Systems Inc. Version 0.9 MP4(3)