예제 #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;
 }