Home
last modified time | relevance | path

Searched refs:video_write_frame (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core_event_hook.h111 switch_video_write_frame_hook_t video_write_frame; member
180 switch_io_event_hook_video_write_frame_t *video_write_frame; member
250 NEW_HOOK_DECL_ADD_P(video_write_frame);
265 NEW_HOOK_DECL_REM_P(video_write_frame);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_event_hook.c42 NEW_HOOK_DECL(video_write_frame)
H A Dswitch_core_media.c14485 for (ptr = session->event_hooks.video_write_frame; ptr; ptr = ptr->next) { in switch_core_session_write_encoded_video_frame()
14486 …if ((status = ptr->video_write_frame(session, frame, flags, stream_id)) != SWITCH_STATUS_SUCCESS) { in switch_core_session_write_encoded_video_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14523 …PE_p_f_p_switch_core_session_p_switch_frame_unsigned_long_int__switch_status_t video_write_frame) { in switch_core_event_hook_add_video_write_frame() argument
14524 …_switch_core_session_p_switch_frame_unsigned_long_int__switch_status_t.getCPtr(video_write_frame)); in switch_core_event_hook_add_video_write_frame()
14593 …PE_p_f_p_switch_core_session_p_switch_frame_unsigned_long_int__switch_status_t video_write_frame) { in switch_core_event_hook_remove_video_write_frame() argument
14594 …_switch_core_session_p_switch_frame_unsigned_long_int__switch_status_t.getCPtr(video_write_frame)); in switch_core_event_hook_remove_video_write_frame()
39622 …YPE_p_f_p_switch_core_session_p_switch_frame_unsigned_long_int__switch_status_t video_write_frame { property in FreeSWITCH.Native.switch_io_event_hook_video_write_frame
39828 public switch_io_event_hook_video_write_frame video_write_frame { property in FreeSWITCH.Native.switch_io_event_hooks
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx48303 if (arg1) (arg1)->video_write_frame = arg2; in CSharp_FreeSWITCHfNative_switch_io_event_hook_video_write_frame_video_write_frame_set___()
48313 result = (switch_video_write_frame_hook_t) ((arg1)->video_write_frame); in CSharp_FreeSWITCHfNative_switch_io_event_hook_video_write_frame_video_write_frame_get___()
48931 if (arg1) (arg1)->video_write_frame = arg2; in CSharp_FreeSWITCHfNative_switch_io_event_hooks_video_write_frame_set___()
48941 result = (switch_io_event_hook_video_write_frame_t *) ((arg1)->video_write_frame); in CSharp_FreeSWITCHfNative_switch_io_event_hooks_video_write_frame_get___()