示例#1
0
文件: swig.cs 项目: bodji/freeswitch
 public static switch_status_t switch_rtp_set_payload_map(SWIGTYPE_p_switch_rtp rtp_session, SWIGTYPE_p_p_payload_map_s pmap) {
   switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_set_payload_map(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), SWIGTYPE_p_p_payload_map_s.getCPtr(pmap));
   return ret;
 }
示例#2
0
文件: swig.cs 项目: bodji/freeswitch
 internal static HandleRef getCPtr(SWIGTYPE_p_p_payload_map_s obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }