mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2c1e23ea78
Session Description Protocol (RFC 2327) packet parser/generator.
10 lines
456 B
Plaintext
10 lines
456 B
Plaintext
Net::SDP is an SDP (Session Description Protocol) parser and generator.
|
|
Net::SDP is object oriented and a single instance of Net::SDP represents
|
|
a single SDP session description. There are methods to easily get, set
|
|
and create each of the fields in the session description.
|
|
|
|
The classes Net::SDP::Time and Net::SDP::Media are automatically
|
|
instantiated for each Time Description (t=) and Media Description (m=).
|
|
|
|
WWW: http://search.cpan.org/dist/Net-SDP/
|