pjmedia_transport class final

This structure declares media transport. A media transport is called by the stream to transmit a packet, and will notify stream when incoming packet is arrived.

Inheritance
Implemented types
Available extensions

Constructors

pjmedia_transport()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
grp_lock Pointer<pj_grp_lock_t>
Group lock, for synchronization between destroy() & callbacks.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name Array<Char>
Transport name (for logging purpose).
getter/setter pair
op Pointer<pjmedia_transport_op>
Transport's "virtual" function table.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
Transport type.
getter/setter pair
user_data Pointer<Void>
Application/user data
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