mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-03 14:56:17 +00:00
vs2010 reswig
This commit is contained in:
parent
d833b9d726
commit
9807a92a70
@ -37951,13 +37951,13 @@ SWIGEXPORT unsigned long SWIGSTDCALL CSharp_switch_rtp_get_default_payload(void
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
SWIGEXPORT void SWIGSTDCALL CSharp_switch_rtp_set_invald_handler(void * jarg1, void * jarg2) {
|
SWIGEXPORT void SWIGSTDCALL CSharp_switch_rtp_set_invalid_handler(void * jarg1, void * jarg2) {
|
||||||
switch_rtp_t *arg1 = (switch_rtp_t *) 0 ;
|
switch_rtp_t *arg1 = (switch_rtp_t *) 0 ;
|
||||||
switch_rtp_invalid_handler_t arg2 = (switch_rtp_invalid_handler_t) 0 ;
|
switch_rtp_invalid_handler_t arg2 = (switch_rtp_invalid_handler_t) 0 ;
|
||||||
|
|
||||||
arg1 = (switch_rtp_t *)jarg1;
|
arg1 = (switch_rtp_t *)jarg1;
|
||||||
arg2 = (switch_rtp_invalid_handler_t)jarg2;
|
arg2 = (switch_rtp_invalid_handler_t)jarg2;
|
||||||
switch_rtp_set_invald_handler(arg1,arg2);
|
switch_rtp_set_invalid_handler(arg1,arg2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -6215,8 +6215,8 @@ public class freeswitch {
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void switch_rtp_set_invald_handler(SWIGTYPE_p_switch_rtp rtp_session, SWIGTYPE_p_f_p_switch_rtp_p_switch_socket_t_p_void_switch_size_t_p_switch_sockaddr_t__void on_invalid) {
|
public static void switch_rtp_set_invalid_handler(SWIGTYPE_p_switch_rtp rtp_session, SWIGTYPE_p_f_p_switch_rtp_p_switch_socket_t_p_void_switch_size_t_p_switch_sockaddr_t__void on_invalid) {
|
||||||
freeswitchPINVOKE.switch_rtp_set_invald_handler(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), SWIGTYPE_p_f_p_switch_rtp_p_switch_socket_t_p_void_switch_size_t_p_switch_sockaddr_t__void.getCPtr(on_invalid));
|
freeswitchPINVOKE.switch_rtp_set_invalid_handler(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), SWIGTYPE_p_f_p_switch_rtp_p_switch_socket_t_p_void_switch_size_t_p_switch_sockaddr_t__void.getCPtr(on_invalid));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static switch_status_t switch_rtp_read(SWIGTYPE_p_switch_rtp rtp_session, SWIGTYPE_p_void data, SWIGTYPE_p_unsigned_long datalen, SWIGTYPE_p_unsigned_char payload_type, SWIGTYPE_p_unsigned_long flags, uint io_flags) {
|
public static switch_status_t switch_rtp_read(SWIGTYPE_p_switch_rtp rtp_session, SWIGTYPE_p_void data, SWIGTYPE_p_unsigned_long datalen, SWIGTYPE_p_unsigned_char payload_type, SWIGTYPE_p_unsigned_long flags, uint io_flags) {
|
||||||
@ -16450,8 +16450,8 @@ class freeswitchPINVOKE {
|
|||||||
[DllImport("mod_managed", EntryPoint="CSharp_switch_rtp_get_default_payload")]
|
[DllImport("mod_managed", EntryPoint="CSharp_switch_rtp_get_default_payload")]
|
||||||
public static extern uint switch_rtp_get_default_payload(HandleRef jarg1);
|
public static extern uint switch_rtp_get_default_payload(HandleRef jarg1);
|
||||||
|
|
||||||
[DllImport("mod_managed", EntryPoint="CSharp_switch_rtp_set_invald_handler")]
|
[DllImport("mod_managed", EntryPoint="CSharp_switch_rtp_set_invalid_handler")]
|
||||||
public static extern void switch_rtp_set_invald_handler(HandleRef jarg1, HandleRef jarg2);
|
public static extern void switch_rtp_set_invalid_handler(HandleRef jarg1, HandleRef jarg2);
|
||||||
|
|
||||||
[DllImport("mod_managed", EntryPoint="CSharp_switch_rtp_read")]
|
[DllImport("mod_managed", EntryPoint="CSharp_switch_rtp_read")]
|
||||||
public static extern int switch_rtp_read(HandleRef jarg1, HandleRef jarg2, HandleRef jarg3, HandleRef jarg4, HandleRef jarg5, uint jarg6);
|
public static extern int switch_rtp_read(HandleRef jarg1, HandleRef jarg2, HandleRef jarg3, HandleRef jarg4, HandleRef jarg5, uint jarg6);
|
||||||
@ -27245,7 +27245,8 @@ public enum switch_call_cause_t {
|
|||||||
SWITCH_CAUSE_GATEWAY_DOWN = 609,
|
SWITCH_CAUSE_GATEWAY_DOWN = 609,
|
||||||
SWITCH_CAUSE_INVALID_URL = 610,
|
SWITCH_CAUSE_INVALID_URL = 610,
|
||||||
SWITCH_CAUSE_INVALID_PROFILE = 611,
|
SWITCH_CAUSE_INVALID_PROFILE = 611,
|
||||||
SWITCH_CAUSE_NO_PICKUP = 612
|
SWITCH_CAUSE_NO_PICKUP = 612,
|
||||||
|
SWITCH_CAUSE_SRTP_READ_ERROR = 613
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user