Exemplo n.º 1
0
 public void fromPj(SWIGTYPE_p_pjmedia_sdp_session sdp)
 {
     pjsua2PINVOKE.SdpSession_fromPj(swigCPtr, SWIGTYPE_p_pjmedia_sdp_session.getCPtr(sdp));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_pjmedia_sdp_session obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }