| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| struct rtp_glue_stream | audio | 
| struct ast_rtp_glue * | cb | 
| glue callbacks | |
| enum ast_rtp_glue_result | result | 
| struct rtp_glue_stream | video | 
Definition at line 63 of file bridge_native_rtp.c.
| struct rtp_glue_stream audio | 
Definition at line 70 of file bridge_native_rtp.c.
Referenced by native_rtp_bridge_start(), native_rtp_bridge_stop(), rtp_glue_data_destroy(), rtp_glue_data_get(), and rtp_glue_data_init().
| struct ast_rtp_glue* cb | 
glue callbacks
Definition at line 69 of file bridge_native_rtp.c.
Referenced by native_rtp_bridge_start(), native_rtp_bridge_stop(), rtp_glue_data_get(), and rtp_glue_data_init().
| enum ast_rtp_glue_result result | 
Combined glue result of both bridge channels.
Definition at line 73 of file bridge_native_rtp.c.
Referenced by native_rtp_bridge_start(), native_rtp_bridge_stop(), rtp_glue_data_get(), rtp_glue_data_init(), and rtp_glue_get_current_combined_result().
| struct rtp_glue_stream video | 
Definition at line 71 of file bridge_native_rtp.c.
Referenced by native_rtp_bridge_start(), rtp_glue_data_destroy(), rtp_glue_data_get(), and rtp_glue_data_init().