Sun Oct 16 2011 08:43:13

Asterisk developer's documentation


audiohook_volume Struct Reference

Audiohook volume adjustment structure. More...

Collaboration diagram for audiohook_volume:

Data Fields

struct ast_audiohook audiohook
int read_adjustment
int write_adjustment

Detailed Description

Audiohook volume adjustment structure.


Field Documentation

Audiohook attached to the channel

Definition at line 859 of file audiohook.c.

Referenced by audiohook_volume_destroy(), and audiohook_volume_get().

Value to adjust frames read from the channel by

Definition at line 860 of file audiohook.c.

Referenced by audiohook_volume_callback(), ast_audiohook_volume_set(), ast_audiohook_volume_get(), and ast_audiohook_volume_adjust().

Value to adjust frames written to the channel by

Definition at line 861 of file audiohook.c.

Referenced by audiohook_volume_callback(), ast_audiohook_volume_set(), ast_audiohook_volume_get(), and ast_audiohook_volume_adjust().


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