FreeSWITCH API Documentation  1.7.0
Data Fields
switch_io_event_hook_read_frame Struct Reference

Node in which to store custom read frame channel callback hooks. More...

#include <switch_core_event_hook.h>

+ Collaboration diagram for switch_io_event_hook_read_frame:

Data Fields

switch_read_frame_hook_t read_frame
 
struct
switch_io_event_hook_read_frame
next
 

Detailed Description

Node in which to store custom read frame channel callback hooks.

Definition at line 84 of file switch_core_event_hook.h.

Field Documentation

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().


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