pjmedia_transport_info class final
This structure describes transport informations, including general socket information and specific information of single transport or stacked transports (e.g: SRTP stacked on top of UDP)
- Inheritance
- Implemented types
- Available extensions
Constructors
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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sock_info ↔ pjmedia_sock_info
-
General socket info.
getter/setter pair
-
spc_info
↔ Array<
pjmedia_transport_specific_info> -
Buffer storage of transport specific info.
getter/setter pair
- specific_info_cnt ↔ int
-
Specifies number of transport specific info included.
getter/setter pair
- src_rtcp_name ↔ pj_sockaddr
-
getter/setter pair
- src_rtp_name ↔ pj_sockaddr
-
Remote address where RTP/RTCP originated from. In case this transport
hasn't ever received packet, the address can be invalid (zero).
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