Example #1
0
    public SWIGTYPE_p_string capName(SWIGTYPE_p_pjmedia_vid_dev_cap cap)
    {
        SWIGTYPE_p_string ret = new SWIGTYPE_p_string(pjsua2PINVOKE.VidDevManager_capName(swigCPtr, SWIGTYPE_p_pjmedia_vid_dev_cap.getCPtr(cap)), true);

        if (pjsua2PINVOKE.SWIGPendingException.Pending)
        {
            throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_pjmedia_vid_dev_cap obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }