MP4GetSessionSdp - Get the SDP session level description of the file
#include <mp4.h>
const char* MP4GetSessionSdp(
MP4FileHandle hFile
)
The SDP session level description fragment of the mp4 file.
MP4GetSessionSdp returns the SDP (IETF RFC 2327) session level fragment for the file. This is used by a streaming server to create a complete SDP description of the multimedia session represented by the file.
The mp4broadcaster test program provided with the MP4 library gives an example of using this call to create the complete SDP description.
MP4(3) MP4SetSessionSdp(3) MP4AppendSessionSdp(3) MP4GetHintTrackSdp(3)