Home
last modified time | relevance | path

Searched defs:switch_codec_implementation (Results 1 – 2 of 2) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_module_interfaces.h716 struct switch_codec_implementation { struct
718 switch_codec_type_t codec_type;
720 switch_payload_t ianacode;
722 char *iananame;
724 char *fmtp;
726 uint32_t samples_per_second;
730 int bits_per_second;
732 int microseconds_per_packet;
734 uint32_t samples_per_packet;
736 uint32_t decoded_bytes_per_packet;
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs32524 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
32802 …public switch_codec_implementation() : this(freeswitchPINVOKE.new_switch_codec_implementation(), t… in switch_codec_implementation() method in FreeSWITCH.Native.switch_codec_implementation