Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx33353 switch_codec_implementation *arg1 = (switch_codec_implementation *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_implementation_codec_type_set___()
33364 switch_codec_implementation *arg1 = (switch_codec_implementation *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_implementation_codec_type_get___()
33375 switch_codec_implementation *arg1 = (switch_codec_implementation *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_implementation_ianacode_set___()
33386 switch_codec_implementation *arg1 = (switch_codec_implementation *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_implementation_ianacode_get___()
33397 switch_codec_implementation *arg1 = (switch_codec_implementation *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_implementation_iananame_set___()
33416 switch_codec_implementation *arg1 = (switch_codec_implementation *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_implementation_iananame_get___()
33427 switch_codec_implementation *arg1 = (switch_codec_implementation *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_implementation_fmtp_set___()
33446 switch_codec_implementation *arg1 = (switch_codec_implementation *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_implementation_fmtp_get___()
33457 switch_codec_implementation *arg1 = (switch_codec_implementation *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_implementation_samples_per_second_set___()
33468 switch_codec_implementation *arg1 = (switch_codec_implementation *) 0 ; in CSharp_FreeSWITCHfNative_switch_codec_implementation_samples_per_second_get___()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_module_interfaces.h716 struct switch_codec_implementation { struct
760 struct switch_codec_implementation *next; argument
H A Dswitch_types.h2320 typedef struct switch_codec_implementation switch_codec_implementation_t;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs32220 public switch_codec_implementation implementation {
32226switch_codec_implementation ret = (cPtr == global::System.IntPtr.Zero) ? null : new switch_codec_i…
32524 public class switch_codec_implementation : global::System.IDisposable { class
32528 internal switch_codec_implementation(global::System.IntPtr cPtr, bool cMemoryOwn) { in switch_codec_implementation() method in FreeSWITCH.Native.switch_codec_implementation
32533 … static global::System.Runtime.InteropServices.HandleRef getCPtr(switch_codec_implementation obj) { in getCPtr()
32537 ~switch_codec_implementation() { in ~switch_codec_implementation()
32791 public switch_codec_implementation next {
32797switch_codec_implementation ret = (cPtr == global::System.IntPtr.Zero) ? null : new switch_codec_i…
32802 …public switch_codec_implementation() : this(freeswitchPINVOKE.new_switch_codec_implementation(), t… in switch_codec_implementation() method in FreeSWITCH.Native.switch_codec_implementation
32860 public switch_codec_implementation implementations {
[all …]