Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
rtp_glue_data Struct Reference
Collaboration diagram for rtp_glue_data:
Collaboration graph
[legend]

Data Fields

struct rtp_glue_stream audio
 
struct ast_rtp_gluecb
 glue callbacks More...
 
enum ast_rtp_glue_result result
 
struct rtp_glue_stream video
 

Detailed Description

Definition at line 63 of file bridge_native_rtp.c.

Field Documentation

◆ audio

struct rtp_glue_stream audio

◆ cb

struct ast_rtp_glue* cb

glue callbacks

Note
The glue data is considered valid if cb is not NULL.

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

◆ result

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

◆ video

struct rtp_glue_stream video

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