FreeSWITCH API Documentation  1.7.0
Data Fields
switch_session_audio_t Struct Reference
+ Collaboration diagram for switch_session_audio_t:

Data Fields

switch_core_session_tsession
 
int mute
 
int read_level
 
int write_level
 
int read_mute
 
int write_mute
 

Detailed Description

Definition at line 3030 of file switch_ivr_async.c.

Field Documentation

int switch_session_audio_t::mute

Definition at line 3032 of file switch_ivr_async.c.

int switch_session_audio_t::read_level

Definition at line 3033 of file switch_ivr_async.c.

Referenced by session_audio_callback(), and switch_ivr_session_audio().

int switch_session_audio_t::read_mute

Definition at line 3035 of file switch_ivr_async.c.

Referenced by session_audio_callback(), and switch_ivr_session_audio().

switch_core_session_t* switch_session_audio_t::session

Definition at line 3031 of file switch_ivr_async.c.

Referenced by session_audio_callback(), and switch_ivr_session_audio().

int switch_session_audio_t::write_level

Definition at line 3034 of file switch_ivr_async.c.

Referenced by session_audio_callback(), and switch_ivr_session_audio().

int switch_session_audio_t::write_mute

Definition at line 3036 of file switch_ivr_async.c.

Referenced by session_audio_callback(), and switch_ivr_session_audio().


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