Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_module_interfaces.h144 struct switch_io_routines { struct
146 switch_io_outgoing_channel_t outgoing_channel;
148 switch_io_read_frame_t read_frame;
150 switch_io_write_frame_t write_frame;
152 switch_io_kill_channel_t kill_channel;
154 switch_io_send_dtmf_t send_dtmf;
156 switch_io_receive_message_t receive_message;
158 switch_io_receive_event_t receive_event;
160 switch_io_state_change_t state_change;
162 switch_io_read_video_frame_t read_video_frame;
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs39984 public class switch_io_routines : global::System.IDisposable { class
39988 internal switch_io_routines(global::System.IntPtr cPtr, bool cMemoryOwn) { in switch_io_routines() method in FreeSWITCH.Native.switch_io_routines
40179 public switch_io_routines() : this(freeswitchPINVOKE.new_switch_io_routines(), true) { in switch_io_routines() method in FreeSWITCH.Native.switch_io_routines