1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-17 15:22:10 +00:00
2006-12-21 06:30:28 +00:00

12 lines
360 B
Plaintext

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.