Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h1345 SWITCH_DECLARE(switch_status_t) switch_core_session_write_encoded_video_frame(switch_core_session_t…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_video.c2312 switch_core_session_write_encoded_video_frame(member->session, frame, 0, 0); in conference_video_muxing_write_thread_run()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media.c14472 SWITCH_DECLARE(switch_status_t) switch_core_session_write_encoded_video_frame(switch_core_session_t… in switch_core_session_write_encoded_video_frame() function
14593 vstatus = switch_core_session_write_encoded_video_frame(session, frame, flags, stream_id); in switch_core_session_write_video_frame()
14732 status = switch_core_session_write_encoded_video_frame(session, frame, flags, stream_id); in switch_core_session_write_video_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs8881 …public static switch_status_t switch_core_session_write_encoded_video_frame(SWIGTYPE_p_switch_core… in switch_core_session_write_encoded_video_frame() method in FreeSWITCH.Native.freeswitch
8882 …tch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_write_encoded_video_fram… in switch_core_session_write_encoded_video_frame()
18816 …public static extern int switch_core_session_write_encoded_video_frame(global::System.Runtime.Inte… in switch_core_session_write_encoded_video_frame() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx14480 result = (switch_status_t)switch_core_session_write_encoded_video_frame(arg1,arg2,arg3,arg4); in CSharp_FreeSWITCHfNative_switch_core_session_write_encoded_video_frame___()