Module connection

Module connection 

Source
Expand description

Types related to the connection line (c=).

Structs§

Connection
A connection line (c=) of SDP. Note that more than one such line could exist in an SDP message, that’s why crate::MediaDescription has a Vec<Connection> defined. But it can appear at most once in the main description (crate::SessionDescription).
ConnectionAddress
The connection address of the connection line (c=).
Tokenizer
The connection (c=) tokenizer. This is low level stuff and you shouldn’t interact directly with it, unless you know what you are doing.