Asterisk - The Open Source Telephony Project
21.4.1
|
This is used for both SINGLE_SRC_TALKER mode to set what channel should be the current single video feed. More...
#include <bridge.h>
Data Fields | |
int | average_talking_energy |
struct ast_channel * | chan_old_vsrc |
struct ast_channel * | chan_vsrc |
This is used for both SINGLE_SRC_TALKER mode to set what channel should be the current single video feed.
struct ast_channel* chan_old_vsrc |
Current talker see's this person
Definition at line 127 of file bridge.h.
Referenced by ast_bridge_is_video_src(), ast_bridge_number_video_src(), ast_bridge_remove_video_src(), and ast_bridge_update_talker_src_video_mode().
struct ast_channel* chan_vsrc |
Only accept video coming from this channel
Definition at line 123 of file bridge.h.
Referenced by ast_bridge_is_video_src(), ast_bridge_number_video_src(), ast_bridge_remove_video_src(), ast_bridge_snapshot_create(), and ast_bridge_update_talker_src_video_mode().