pjmedia_sock_info class final

Media socket info is used to describe the underlying sockets to be used as media transport.

Inheritance
Implemented types
Available extensions

Constructors

pjmedia_sock_info()

Properties

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
rtcp_addr_name pj_sockaddr
Address to be advertised as the local address for the RTCP socket, which does not need to be equal as the bound address (for example, this address can be the address resolved with STUN).
getter/setter pair
rtcp_sock int
The RTCP socket handle.
getter/setter pair
rtp_addr_name pj_sockaddr
Address to be advertised as the local address for the RTP socket, which does not need to be equal as the bound address (for example, this address can be the address resolved with STUN).
getter/setter pair
rtp_sock int
The RTP socket handle
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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