MP4SetSessionSdp - Man Page
Set the SDP session level description of the file
Syntax
#include <mp4.h>
bool MP4SetSessionSdp(
MP4FileHandle hFile,
const char* sdpString
)
Arguments
- hFile
Specifies the mp4 file to which the operation applies.
- sdpString
Specifies the new value of the session sdp string.
Return Values
Upon success, true (1). Upon an error, false (0).
Description
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.
See Also
Referenced By
MP4AppendSessionSdp(3), MP4GetSessionSdp(3).
Version 0.9 Cisco Systems Inc. MP4 File Format Library