Converting an SDP Session Structure to a String
char *sdp_session_to_str(const sdp_session_t *session, int *error);
The sdp_session_to_str
()
function returns the string
representation of the SDP session structure that is specified by the session
parameter. The sdp_session_to_str
()
function
appends a carriage return/line feed to the end of each SDP field before appending
the field to the string.
For more information, see the
sdp_session_to_str
(3COMMPUTIL) man page.