MP4SetSessionSdp - Set the SDP session level description of the file
#include <mp4.h>
bool MP4SetSessionSdp(
MP4FileHandle hFile,
const char* sdpString
)
Upon success, true (1). Upon an error, false (0).
MP4SetSessionSdp sets 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.
MP4(3) MP4GetSessionSdp(3) MP4AppendSessionSdp(3)