Пример #1
0
    public SWIGTYPE_p_std__vectorT_pj__VideoDevInfo_p_t enumDev()
    {
        SWIGTYPE_p_std__vectorT_pj__VideoDevInfo_p_t ret = new SWIGTYPE_p_std__vectorT_pj__VideoDevInfo_p_t(pjsua2PINVOKE.VidDevManager_enumDev(swigCPtr), false);

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