Asterisk - The Open Source Telephony Project  18.5.0
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

◆ 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: