pjsua_vid_conf_port_info class final

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

Inheritance
Implemented types
Available extensions

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
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
slot_id int
Conference port number.
getter/setter pair
transmitter_cnt int
Number of transmitters in the array.
getter/setter pair
transmitters Array<pjsua_conf_port_id>
Array of transmitters (in other words, ports where this port is receiving from).
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