Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_bridge_softmix Struct Reference

#include <bridge.h>

Data Fields

unsigned int binaural_active
 
unsigned int internal_mixing_interval
 The mixing interval indicates how quickly softmix mixing should occur to mix audio. More...
 
unsigned int internal_sample_rate
 The internal sample rate softmix uses to mix channels. More...
 
unsigned int maximum_sample_rate
 The maximum sample rate softmix uses to mix channels. More...
 
unsigned int send_sdp_label
 
struct ast_bridge_video_mode video_mode
 

Detailed Description

Softmix technology parameters.

Definition at line 277 of file bridge.h.

Field Documentation

unsigned int binaural_active

TRUE if binaural convolve is activated in configuration.

Definition at line 295 of file bridge.h.

Referenced by add_binaural_mixing(), ast_bridge_set_binaural_active(), binaural_mixing(), check_binaural_position_change(), softmix_bridge_join(), softmix_bridge_leave(), and softmix_mixing_loop().

unsigned int internal_mixing_interval

The mixing interval indicates how quickly softmix mixing should occur to mix audio.

Note
When set to 0, softmix must choose a default interval for itself.

Definition at line 293 of file bridge.h.

Referenced by ast_bridge_set_mixing_interval(), and softmix_mixing_loop().

unsigned int internal_sample_rate

The internal sample rate softmix uses to mix channels.

Note
If this value is 0, the sofmix may auto adjust the mixing rate.

Definition at line 285 of file bridge.h.

Referenced by ast_bridge_set_internal_sample_rate(), and softmix_mixing_loop().

unsigned int maximum_sample_rate

The maximum sample rate softmix uses to mix channels.

Note
If this value is 0, there is no maximum sample rate.

Definition at line 306 of file bridge.h.

Referenced by ast_bridge_set_maximum_sample_rate(), and softmix_mixing_loop().

unsigned int send_sdp_label

Add a "label" attribute to each stream in the SDP containing the channel uniqueid. Used for participant info correlation.

Definition at line 300 of file bridge.h.

Referenced by ast_bridge_set_send_sdp_label(), and sfu_topologies_on_join().

struct ast_bridge_video_mode video_mode

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