RTS API Documentation  1.10.11
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_framenext
 

Detailed Description

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

Definition at line 88 of file switch_core_event_hook.h.

Field Documentation

◆ next

struct switch_io_event_hook_read_frame* switch_io_event_hook_read_frame::next

Definition at line 91 of file switch_core_event_hook.h.

Referenced by switch_core_session_read_frame().

◆ read_frame

switch_read_frame_hook_t switch_io_event_hook_read_frame::read_frame

the read frame channel callback hook

Definition at line 90 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: