Asterisk - The Open Source Telephony Project GIT-master-8f1982c
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Fields
audiohook_volume Struct Reference

Audiohook volume adjustment structure. More...

Collaboration diagram for audiohook_volume:
Collaboration graph
[legend]

Data Fields

struct ast_audiohook audiohook
 
float read_adjustment
 
float write_adjustment
 

Detailed Description

Audiohook volume adjustment structure.

Definition at line 1211 of file audiohook.c.

Field Documentation

◆ audiohook

struct ast_audiohook audiohook

Audiohook attached to the channel

Definition at line 1212 of file audiohook.c.

Referenced by audiohook_volume_callback(), audiohook_volume_destroy(), and audiohook_volume_get().

◆ read_adjustment

float read_adjustment

Value to adjust frames read from the channel by

Definition at line 1213 of file audiohook.c.

Referenced by ast_audiohook_volume_adjust_float(), ast_audiohook_volume_get_float(), ast_audiohook_volume_set_float(), and audiohook_volume_callback().

◆ write_adjustment

float write_adjustment

Value to adjust frames written to the channel by

Definition at line 1214 of file audiohook.c.

Referenced by ast_audiohook_volume_adjust_float(), ast_audiohook_volume_get_float(), ast_audiohook_volume_set_float(), and audiohook_volume_callback().


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