Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_bridge_video_mode Struct Reference

Data structure that defines a video source mode. More...

#include <bridge.h>

Collaboration diagram for ast_bridge_video_mode:
Collaboration graph
[legend]

Data Fields

enum ast_bridge_video_mode_type mode
 
union {
   struct ast_bridge_video_sfu_data   sfu_data
 
   struct ast_bridge_video_single_src_data   single_src_data
 
   struct ast_bridge_video_talker_src_data   talker_src_data
 
mode_data
 
unsigned int video_update_discard
 

Detailed Description

Data structure that defines a video source mode.

Definition at line 159 of file bridge.h.

Field Documentation

◆ mode

◆ mode_data

union { ... } mode_data

◆ sfu_data

struct ast_bridge_video_sfu_data sfu_data

◆ single_src_data

struct ast_bridge_video_single_src_data single_src_data

◆ talker_src_data

struct ast_bridge_video_talker_src_data talker_src_data

◆ video_update_discard

unsigned int video_update_discard

The minimum interval between video updates

Definition at line 168 of file bridge.h.

Referenced by ast_bridge_set_video_update_discard(), and softmix_bridge_write_control().


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