| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#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. | |
| unsigned int | internal_sample_rate | 
| The internal sample rate softmix uses to mix channels. | |
| unsigned int | maximum_sample_rate | 
| The maximum sample rate softmix uses to mix channels. | |
| unsigned int | send_sdp_label | 
| struct ast_bridge_video_mode | video_mode | 
| unsigned int binaural_active | 
TRUE if binaural convolve is activated in configuration.
Definition at line 299 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(), softmix_mixing_loop(), and softmix_mixing_thread().
| unsigned int internal_mixing_interval | 
The mixing interval indicates how quickly softmix mixing should occur to mix audio.
Definition at line 297 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.
Definition at line 289 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.
Definition at line 310 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 304 of file bridge.h.
Referenced by ast_bridge_set_send_sdp_label(), sfu_topologies_on_join(), sfu_topologies_on_source_change(), and softmix_bridge_stream_sources_update().
| struct ast_bridge_video_mode video_mode | 
The video mode softmix is using
Definition at line 283 of file bridge.h.
Referenced by ast_bridge_is_video_src(), ast_bridge_number_video_src(), ast_bridge_remove_video_src(), ast_bridge_set_remb_estimated_bitrate(), ast_bridge_set_remb_send_interval(), ast_bridge_set_sfu_video_mode(), ast_bridge_set_single_src_video_mode(), ast_bridge_set_talker_src_video_mode(), ast_bridge_set_video_update_discard(), ast_bridge_snapshot_create(), ast_bridge_update_talker_src_video_mode(), ast_brige_set_remb_behavior(), cleanup_video_mode(), remb_collect_report(), remb_collect_report_all(), softmix_bridge_join(), softmix_bridge_leave(), softmix_bridge_stream_topology_changed(), softmix_bridge_write_control(), softmix_bridge_write_rtcp(), softmix_bridge_write_video(), softmix_bridge_write_voice(), and softmix_mixing_loop().