Deleting Fields From the SDP Media Structure
int sdp_delete_all_media_field(sdp_media_t *media, const char field);
The sdp_delete_all_media_field
()
function deletes
all occurrences of the SDP field that is specified by the field
parameter
from the SDP media structure.
For more information, see the
sdp_delete_all_media_field
(3COMMPUTIL) man page.