Home
last modified time | relevance | path

Searched refs:switch_vid_spy_fmt_t (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/private/
H A Dswitch_core_pvt.h238 switch_vid_spy_fmt_t spy_fmt;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media_bug.c443 SWITCH_DECLARE(switch_vid_spy_fmt_t) switch_media_bug_parse_spy_fmt(const char *name) in switch_media_bug_parse_spy_fmt()
460 SWITCH_DECLARE(void) switch_media_bug_set_spy_fmt(switch_media_bug_t *bug, switch_vid_spy_fmt_t spy… in switch_media_bug_set_spy_fmt()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h280 SWITCH_DECLARE(void) switch_media_bug_set_spy_fmt(switch_media_bug_t *bug, switch_vid_spy_fmt_t spy…
283 SWITCH_DECLARE(switch_vid_spy_fmt_t) switch_media_bug_parse_spy_fmt(const char *name);
H A Dswitch_types.h2752 } switch_vid_spy_fmt_t; typedef
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx12194 switch_vid_spy_fmt_t arg2 ; in CSharp_FreeSWITCHfNative_switch_media_bug_set_spy_fmt___()
12197 arg2 = (switch_vid_spy_fmt_t)jarg2; in CSharp_FreeSWITCHfNative_switch_media_bug_set_spy_fmt___()
12237 switch_vid_spy_fmt_t result; in CSharp_FreeSWITCHfNative_switch_media_bug_parse_spy_fmt___()
12240 result = (switch_vid_spy_fmt_t)switch_media_bug_parse_spy_fmt((char const *)arg1); in CSharp_FreeSWITCHfNative_switch_media_bug_parse_spy_fmt___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs8017 … void switch_media_bug_set_spy_fmt(SWIGTYPE_p_switch_media_bug bug, switch_vid_spy_fmt_t spy_fmt) { in switch_media_bug_set_spy_fmt()
8031 public static switch_vid_spy_fmt_t switch_media_bug_parse_spy_fmt(string name) { in switch_media_bug_parse_spy_fmt()
8032switch_vid_spy_fmt_t ret = (switch_vid_spy_fmt_t)freeswitchPINVOKE.switch_media_bug_parse_spy_fmt(… in switch_media_bug_parse_spy_fmt()
47137 public enum switch_vid_spy_fmt_t { enum