Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
volume_information Struct Reference
Collaboration diagram for volume_information:
Collaboration graph
[legend]

Data Fields

struct ast_audiohook audiohook
 
unsigned int flags
 
float rx_gain
 
float tx_gain
 

Detailed Description

Definition at line 71 of file func_volume.c.

Field Documentation

◆ audiohook

struct ast_audiohook audiohook

Definition at line 72 of file func_volume.c.

Referenced by destroy_callback(), and volume_write().

◆ flags

unsigned int flags

Definition at line 75 of file func_volume.c.

Referenced by volume_write().

◆ rx_gain

float rx_gain

Definition at line 74 of file func_volume.c.

Referenced by volume_callback(), volume_read(), and volume_write().

◆ tx_gain

float tx_gain

Definition at line 73 of file func_volume.c.

Referenced by volume_callback(), volume_read(), and volume_write().


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