FreeSWITCH API Documentation
1.7.0
|
Node in which to store custom read frame channel callback hooks. More...
#include <switch_core_event_hook.h>
Data Fields | |
switch_read_frame_hook_t | read_frame |
struct switch_io_event_hook_read_frame * | next |
Node in which to store custom read frame channel callback hooks.
Definition at line 84 of file switch_core_event_hook.h.
struct switch_io_event_hook_read_frame* switch_io_event_hook_read_frame::next |
Definition at line 87 of file switch_core_event_hook.h.
Referenced by switch_core_session_read_frame().
switch_read_frame_hook_t switch_io_event_hook_read_frame::read_frame |
the read frame channel callback hook
Definition at line 86 of file switch_core_event_hook.h.
Referenced by switch_core_session_read_frame().