pjmedia_sdp_conn class final

This structure describes SDP connection info ("c=" line).

Inheritance
Implemented types
Available extensions

Constructors

pjmedia_sdp_conn()

Properties

addr pj_str_t
< The address.
getter/setter pair
addr_type pj_str_t
< Address type ("IP4", "IP6").
getter/setter pair
address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
net_type pj_str_t
< Network type ("IN").
getter/setter pair
no_addr int
< Multicast number of addresses
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ttl int
< Multicast address TTL
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited