Asterisk - The Open Source Telephony Project GIT-master-f36a736
Data Fields
native_rtp_bridge_channel_data Struct Reference

Internal structure which contains instance information about bridged RTP channels. More...

Collaboration diagram for native_rtp_bridge_channel_data:
Collaboration graph
[legend]

Data Fields

struct rtp_glue_data glue
 Channel's cached RTP glue information. More...
 
struct native_rtp_framehook_datahook_data
 Channel's hook data. More...
 
struct ast_rtp_glueremote_cb
 Glue callbacks to bring remote channel streams back to Asterisk. More...
 

Detailed Description

Internal structure which contains instance information about bridged RTP channels.

Definition at line 77 of file bridge_native_rtp.c.

Field Documentation

◆ glue

struct rtp_glue_data glue

◆ hook_data

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().

◆ remote_cb

struct ast_rtp_glue* remote_cb

Glue callbacks to bring remote channel streams back to Asterisk.

Note
NULL if channel streams are local.

Definition at line 84 of file bridge_native_rtp.c.

Referenced by native_rtp_bridge_start(), and native_rtp_bridge_stop().


The documentation for this struct was generated from the following file: