| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Internal structure which contains instance information about bridged RTP channels. More...

| Data Fields | |
| struct rtp_glue_data | glue | 
| Channel's cached RTP glue information. | |
| struct native_rtp_framehook_data * | hook_data | 
| Channel's hook data. | |
| struct ast_rtp_glue * | remote_cb | 
| Glue callbacks to bring remote channel streams back to Asterisk. | |
Internal structure which contains instance information about bridged RTP channels.
Definition at line 77 of file bridge_native_rtp.c.
| struct rtp_glue_data glue | 
Channel's cached RTP glue information.
Definition at line 86 of file bridge_native_rtp.c.
Referenced by native_rtp_bridge_channel_data_alloc(), native_rtp_bridge_channel_data_free(), native_rtp_bridge_start(), and native_rtp_bridge_stop().
| struct native_rtp_framehook_data* hook_data | 
Channel's hook data.
Definition at line 79 of file bridge_native_rtp.c.
Referenced by native_rtp_bridge_channel_data_free(), and native_rtp_bridge_framehook_detach().
| struct ast_rtp_glue* remote_cb | 
Glue callbacks to bring remote channel streams back to Asterisk.
Definition at line 84 of file bridge_native_rtp.c.
Referenced by native_rtp_bridge_start(), and native_rtp_bridge_stop().