blob: 433d1617b3c6dd34f9627f7b20dc28e8f7644e98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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: https://metacpan.org/release/Net-SDP
|