Home
last modified time | relevance | path

Searched refs:switch_rtcp_video_stats_t (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h756 } switch_rtcp_video_stats_t; typedef
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx4915 switch_rtcp_video_stats_t *arg1 = (switch_rtcp_video_stats_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_rtcp_video_stats_t_video_in_set___()
4918 arg1 = (switch_rtcp_video_stats_t *)jarg1; in CSharp_FreeSWITCHfNative_switch_rtcp_video_stats_t_video_in_set___()
4926 switch_rtcp_video_stats_t *arg1 = (switch_rtcp_video_stats_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_rtcp_video_stats_t_video_in_get___()
4929 arg1 = (switch_rtcp_video_stats_t *)jarg1; in CSharp_FreeSWITCHfNative_switch_rtcp_video_stats_t_video_in_get___()
4937 switch_rtcp_video_stats_t *arg1 = (switch_rtcp_video_stats_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_rtcp_video_stats_t_video_out_set___()
4940 arg1 = (switch_rtcp_video_stats_t *)jarg1; in CSharp_FreeSWITCHfNative_switch_rtcp_video_stats_t_video_out_set___()
4948 switch_rtcp_video_stats_t *arg1 = (switch_rtcp_video_stats_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_rtcp_video_stats_t_video_out_get___()
4951 arg1 = (switch_rtcp_video_stats_t *)jarg1; in CSharp_FreeSWITCHfNative_switch_rtcp_video_stats_t_video_out_get___()
4960 switch_rtcp_video_stats_t *result = 0 ; in CSharp_FreeSWITCHfNative_new_switch_rtcp_video_stats_t___()
4962 result = (switch_rtcp_video_stats_t *)new switch_rtcp_video_stats_t(); in CSharp_FreeSWITCHfNative_new_switch_rtcp_video_stats_t___()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c461 switch_rtcp_video_stats_t rtcp_vstats;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs42872 public class switch_rtcp_video_stats_t : global::System.IDisposable { class
42876 internal switch_rtcp_video_stats_t(global::System.IntPtr cPtr, bool cMemoryOwn) { in switch_rtcp_video_stats_t() method in FreeSWITCH.Native.switch_rtcp_video_stats_t
42881 …al static global::System.Runtime.InteropServices.HandleRef getCPtr(switch_rtcp_video_stats_t obj) { in getCPtr()
42885 ~switch_rtcp_video_stats_t() { in ~switch_rtcp_video_stats_t()
42924 …public switch_rtcp_video_stats_t() : this(freeswitchPINVOKE.new_switch_rtcp_video_stats_t(), true)… in switch_rtcp_video_stats_t() method in FreeSWITCH.Native.switch_rtcp_video_stats_t