| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <bridge_softmix_internal.h>

| Data Fields | |
| struct convolve_channel | chan_left | 
| struct convolve_channel | chan_right | 
Definition at line 93 of file bridge_softmix_internal.h.
| struct convolve_channel chan_left | 
The left channel of a stereo channel pair
Definition at line 95 of file bridge_softmix_internal.h.
Referenced by binaural_mixing(), do_convolve_pair(), free_convolve_channel_pair(), init_convolve_channel_pair(), reset_channel_pair(), and softmix_process_write_binaural_audio().
| struct convolve_channel chan_right | 
The right channel of a stereo channel pair
Definition at line 97 of file bridge_softmix_internal.h.
Referenced by binaural_mixing(), do_convolve_pair(), free_convolve_channel_pair(), init_convolve_channel_pair(), reset_channel_pair(), and softmix_process_write_binaural_audio().