pjmedia_tp_cb_param class final
This structure describes the data passed when calling #rtp_cb2().
- 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
-
pkt
↔ Pointer<
Void> -
Packet buffer.
getter/setter pair
- rem_switch ↔ int
-
Should media transport switch remote address to \a rtp_src_addr?
Media transport should initialize it to PJ_FALSE, and application
can change the value as necessary.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size ↔ int
-
Packet size.
getter/setter pair
-
src_addr
↔ Pointer<
pj_sockaddr> -
Packet's source address.
getter/setter pair
-
user_data
↔ Pointer<
Void> -
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