pjsua_conf_port_info class final

This structure describes information about a particular media port that has been registered into the conference bridge. Application can query this info by calling #pjsua_conf_get_port_info().

Inheritance
Implemented types
Available extensions

Constructors

pjsua_conf_port_info.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
bits_per_sample int
Bits per sample
getter/setter pair
channel_count int
Number of channels.
getter/setter pair
clock_rate int
Clock rate.
getter/setter pair
format pjmedia_format
Format.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
listener_cnt int
Number of listeners in the array.
getter/setter pair
listeners Array<pjsua_conf_port_id>
Array of listeners (in other words, ports where this port is transmitting to).
getter/setter pair
name pj_str_t
Port name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rx_level_adj double
Rx level adjustment.
getter/setter pair
samples_per_frame int
Samples per frame
getter/setter pair
slot_id int
Conference port number.
getter/setter pair
tx_level_adj double
Tx level adjustment.
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