RTS API Documentation
1.10.11
|
Node in which to store custom write_frame channel callback hooks. More...
#include <switch_core_event_hook.h>
Data Fields | |
switch_write_frame_hook_t | write_frame |
struct switch_io_event_hook_write_frame * | next |
Node in which to store custom write_frame channel callback hooks.
Definition at line 102 of file switch_core_event_hook.h.
struct switch_io_event_hook_write_frame* switch_io_event_hook_write_frame::next |
Definition at line 105 of file switch_core_event_hook.h.
Referenced by perform_write().
switch_write_frame_hook_t switch_io_event_hook_write_frame::write_frame |
the write_frame channel callback hook
Definition at line 104 of file switch_core_event_hook.h.
Referenced by perform_write().