RTS API Documentation
1.10.11
|
Node in which to store custom video_write_frame channel callback hooks. More...
#include <switch_core_event_hook.h>
Data Fields | |
switch_video_write_frame_hook_t | video_write_frame |
struct switch_io_event_hook_video_write_frame * | next |
Node in which to store custom video_write_frame channel callback hooks.
Definition at line 109 of file switch_core_event_hook.h.
struct switch_io_event_hook_video_write_frame* switch_io_event_hook_video_write_frame::next |
Definition at line 112 of file switch_core_event_hook.h.
Referenced by switch_core_session_write_encoded_video_frame().
switch_video_write_frame_hook_t switch_io_event_hook_video_write_frame::video_write_frame |
the video_write_frame channel callback hook
Definition at line 111 of file switch_core_event_hook.h.
Referenced by switch_core_session_write_encoded_video_frame().