RTS API Documentation
1.10.11
|
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 | text_read_frame |
struct switch_io_event_hook_text_read_frame * | next |
Node in which to store custom read frame channel callback hooks.
Definition at line 116 of file switch_core_event_hook.h.
struct switch_io_event_hook_text_read_frame* switch_io_event_hook_text_read_frame::next |
Definition at line 119 of file switch_core_event_hook.h.
Referenced by switch_core_session_read_text_frame().
switch_read_frame_hook_t switch_io_event_hook_text_read_frame::text_read_frame |
the read frame channel callback hook
Definition at line 118 of file switch_core_event_hook.h.
Referenced by switch_core_session_read_text_frame().