freeswitch/libs/sofia-sip/libsofia-sip-ua/sdp
Anthony Minessale ee7a298f40 FS-8868 #resolve [recording app to respect bandwidth set in SDP] 2016-03-07 21:56:13 -06:00
..
sofia-sip support AVPF too 2015-05-28 12:46:53 -05:00
tests
ChangeLog
Doxyfile.in
Makefile.am clean up some bootstrap warnings 2014-03-07 18:36:26 -05:00
README
errata
rfc2327.txt
run_test_sdp
sdp.bnf
sdp.c
sdp.docs
sdp_parse.c FS-8868 #resolve [recording app to respect bandwidth set in SDP] 2016-03-07 21:56:13 -06:00
sdp_print.c FS-7500: refactoring 2015-05-28 12:46:50 -05:00
sdp_tag.c
test_sdp.c
torture_sdp.c

README

SDP Parser and Printer
======================

	This directory contains SDP parser and printer code.  Parser takes an
	message and returns a corresponding C structure. Printer takes a C
	structure and returns a SDP message.

	There is an incomplete documentation in sdp.html on usage of
	parser and printer.

	Please refer to RFC 2327 for further information.