BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

#include <pjsua.h>

Data Fields

pjsua_conf_port_id slot_id
 
pj_str_t name
 
pjmedia_format format
 
unsigned clock_rate
 
unsigned channel_count
 
unsigned samples_per_frame
 
unsigned bits_per_sample
 
float tx_level_adj
 
float rx_level_adj
 
unsigned listener_cnt
 
pjsua_conf_port_id listeners [254]
 

Detailed Description

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().

Field Documentation

◆ slot_id

pjsua_conf_port_id pjsua_conf_port_info::slot_id

Conference port number.

◆ name

pj_str_t pjsua_conf_port_info::name

Port name.

◆ format

pjmedia_format pjsua_conf_port_info::format

Format.

◆ clock_rate

unsigned pjsua_conf_port_info::clock_rate

Clock rate.

◆ channel_count

unsigned pjsua_conf_port_info::channel_count

Number of channels.

◆ samples_per_frame

unsigned pjsua_conf_port_info::samples_per_frame

Samples per frame

◆ bits_per_sample

unsigned pjsua_conf_port_info::bits_per_sample

Bits per sample

◆ tx_level_adj

float pjsua_conf_port_info::tx_level_adj

Tx level adjustment.

◆ rx_level_adj

float pjsua_conf_port_info::rx_level_adj

Rx level adjustment.

◆ listener_cnt

unsigned pjsua_conf_port_info::listener_cnt

Number of listeners in the array.

◆ listeners

pjsua_conf_port_id pjsua_conf_port_info::listeners[254]

Array of listeners (in other words, ports where this port is transmitting to).


The documentation for this struct was generated from the following file:

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.