Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
unsigned int | flags |
unsigned int | internal_sample_rate |
char | language [MAX_LANGUAGE] |
unsigned int | max_members |
unsigned int | maximum_sample_rate |
unsigned int | mix_interval |
char | name [MAX_PROFILE_NAME] |
char | rec_command [128] |
char | rec_file [PATH_MAX] |
char | rec_options [128] |
char | regcontext [AST_MAX_CONTEXT] |
unsigned int | remb_estimated_bitrate |
unsigned int | remb_send_interval |
struct bridge_profile_sounds * | sounds |
unsigned int | video_update_discard |
Definition at line 227 of file confbridge.h.
unsigned int internal_sample_rate |
The internal sample rate of the bridge. 0 when set to auto adjust mode.
Definition at line 235 of file confbridge.h.
Referenced by join_conference_bridge().
char language[MAX_LANGUAGE] |
Language used for playback_chan
Definition at line 229 of file confbridge.h.
Referenced by confbridge_exec().
unsigned int max_members |
The maximum number of participants allowed in the conference
Definition at line 234 of file confbridge.h.
Referenced by join_conference_bridge().
unsigned int maximum_sample_rate |
The maximum sample rate of the bridge. 0 when set to no maximum.
Definition at line 236 of file confbridge.h.
Referenced by join_conference_bridge().
unsigned int mix_interval |
The internal mixing interval used by the bridge. When set to 0 the bridgewill use a default interval.
Definition at line 237 of file confbridge.h.
Referenced by join_conference_bridge().
unsigned int remb_estimated_bitrate |
Bitrate sent when BRIDGE_OPT_REMB_BEHAVIOR_FORCE is set
Definition at line 242 of file confbridge.h.
Referenced by join_conference_bridge().
unsigned int remb_send_interval |
Interval at which a combined REMB frame is sent to video sources
Definition at line 241 of file confbridge.h.
Referenced by join_conference_bridge().
unsigned int video_update_discard |
Amount of time after sending a video update request that subsequent requests should be discarded
Definition at line 240 of file confbridge.h.
Referenced by join_conference_bridge().