pjsua_med_tp_state_info class final

Structure to be passed on media transport state callback.

Inheritance
Implemented types
Available extensions

Constructors

pjsua_med_tp_state_info()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
ext_info Pointer<Void>
Optional extended info, the content is specific for each transport type.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
med_idx int
The media index.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sip_err_code int
Optional SIP error code.
getter/setter pair
state int
The media transport state
getter/setter pair
status int
The last error code related to the media transport state.
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