Asterisk - The Open Source Telephony Project
21.4.1
|
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. More... | |
Internal structure which contains instance information about bridged RTP channels.
Definition at line 77 of file bridge_native_rtp.c.
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.