| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Internal API for the Stasis bridge subclass. More...

Go to the source code of this file.
| Macros | |
| #define | STASIS_BRIDGE_MIXING_CAPABILITIES | 
| Functions | |
| void | bridge_stasis_init (void) | 
| struct ast_bridge * | bridge_stasis_new (uint32_t capabilities, unsigned int flags, const char *name, const char *id, enum ast_bridge_video_mode_type video_mode, unsigned int send_sdp_label) | 
| #define STASIS_BRIDGE_MIXING_CAPABILITIES | 
| void bridge_stasis_init | ( | void | ) | 
Definition at line 338 of file stasis_bridge.c.
References ast_bridge_base_v_table, bridge_stasis_pull(), bridge_stasis_push(), bridge_stasis_push_peek(), bridge_stasis_v_table, ast_bridge_methods::name, ast_bridge_methods::pull, ast_bridge_methods::push, and ast_bridge_methods::push_peek.
Referenced by load_module().
| struct ast_bridge * bridge_stasis_new | ( | uint32_t | capabilities, | 
| unsigned int | flags, | ||
| const char * | name, | ||
| const char * | id, | ||
| enum ast_bridge_video_mode_type | video_mode, | ||
| unsigned int | send_sdp_label | ||
| ) | 
Definition at line 298 of file stasis_bridge.c.
References ast_bridge_set_send_sdp_label(), 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_VIDEO_MODE_SFU, AST_BRIDGE_VIDEO_MODE_SINGLE_SRC, ast_debug, ast_log, bridge_alloc(), bridge_base_init(), BRIDGE_PRINTF_SPEC, BRIDGE_PRINTF_VARS, bridge_register(), bridge_stasis_v_table, LOG_ERROR, name, NULL, and S_OR.
Referenced by bridge_create_common().