Kamaelia docs : Kamaelia.Protocol.SDP.SDPParser

Kamaelia.Protocol.SDP.SDPParser

For examples and more explanations, see the module level docs.


class SDPParser(Axon.Component.component)

SDPParser() -> new SDPParser component.

Parses Session Description Protocol data (see RFC 4566) sent to its "inbox" inbox as individual strings for each line of the SDP data. Outputs a dict containing the parsed data from its "outbox" outbox.

Inboxes

  • control : Shutdown signalling
  • inbox : SDP data in strings, each containing a single line

Outboxes

  • outbox : Parsed SDP data in a dictionary
  • signal : Shutdown signalling

Feedback

Got a problem with the documentation? Something unclear that could be clearer? Want to help improve it? Constructive criticism is very welcome - especially if you can suggest a better rewording!

Please leave you feedback here in reply to the documentation thread in the Kamaelia blog.

-- Automatic documentation generator, 19 Oct 2008 at 14:29:09 UTC/GMT

This is a page from the Kamaelia website. You can find the original here: