Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
sync_payload Struct Reference

Frame payload for synchronous bridge actions. More...

Data Fields

unsigned char data [0]
 
unsigned int id
 

Detailed Description

Frame payload for synchronous bridge actions.

The payload serves as a wrapper around the actual payload of the frame, with the addition of an id used to find the associated bridge_sync object.

Definition at line 88 of file bridge_channel.c.

Field Documentation

◆ data

unsigned char data[0]

Actual frame data to process

Definition at line 92 of file bridge_channel.c.

Referenced by bridge_channel_handle_write(), and bridge_channel_queue_action_data_sync().

◆ id

unsigned int id

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