FreeSWITCH API Documentation  1.7.0
Data Fields
switch_input_args_t Struct Reference

#include <switch_types.h>

+ Collaboration diagram for switch_input_args_t:

Data Fields

switch_input_callback_function_t input_callback
 
void * buf
 
uint32_t buflen
 
switch_read_frame_callback_function_t read_frame_callback
 
void * user_data
 
switch_ivr_dmachine_tdmachine
 
int loops
 

Detailed Description

Definition at line 2369 of file switch_types.h.

Field Documentation

void* switch_input_args_t::buf

Definition at line 2371 of file switch_types.h.

Referenced by bridge(), play_and_collect(), switch_ivr_read(), and switch_ivr_soft_hold().

uint32_t switch_input_args_t::buflen

Definition at line 2372 of file switch_types.h.

Referenced by play_and_collect(), switch_ivr_read(), and switch_ivr_soft_hold().

switch_ivr_dmachine_t* switch_input_args_t::dmachine

Definition at line 2375 of file switch_types.h.

switch_input_callback_function_t switch_input_args_t::input_callback

Definition at line 2370 of file switch_types.h.

Referenced by bridge(), and switch_ivr_soft_hold().

int switch_input_args_t::loops

Definition at line 2376 of file switch_types.h.

switch_read_frame_callback_function_t switch_input_args_t::read_frame_callback

Definition at line 2373 of file switch_types.h.

void* switch_input_args_t::user_data

Definition at line 2374 of file switch_types.h.


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