pjsua_media_transport class final

This structure holds information about custom media transport to be registered to pjsua.

Inheritance
Implemented types
Available extensions

Constructors

pjsua_media_transport()

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
skinfo pjmedia_sock_info
Media socket information containing the address information of the RTP and RTCP socket.
getter/setter pair
transport Pointer<pjmedia_transport>
The media transport instance.
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