public void writeStringVector(SWIGTYPE_p_string name, SWIGTYPE_p_StringVector arr)
 {
     pjsua2PINVOKE.PersistentDocument_writeStringVector(swigCPtr, SWIGTYPE_p_string.getCPtr(name), SWIGTYPE_p_StringVector.getCPtr(arr));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public void createPlaylist(SWIGTYPE_p_StringVector file_names)
 {
     pjsua2PINVOKE.AudioMediaPlayer_createPlaylist__SWIG_2(swigCPtr, SWIGTYPE_p_StringVector.getCPtr(file_names));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public void natCheckStunServers(SWIGTYPE_p_StringVector prmServers, bool prmWait, SWIGTYPE_p_Token prmUserData)
 {
     pjsua2PINVOKE.Endpoint_natCheckStunServers(swigCPtr, SWIGTYPE_p_StringVector.getCPtr(prmServers), prmWait, SWIGTYPE_p_Token.getCPtr(prmUserData));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public SWIGTYPE_p_StringVector readStringVector()
    {
        SWIGTYPE_p_StringVector ret = new SWIGTYPE_p_StringVector(pjsua2PINVOKE.PersistentDocument_readStringVector__SWIG_1(swigCPtr), true);

        if (pjsua2PINVOKE.SWIGPendingException.Pending)
        {
            throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Beispiel #5
0
    public SWIGTYPE_p_StringVector readStringVector(SWIGTYPE_p_string name)
    {
        SWIGTYPE_p_StringVector ret = new SWIGTYPE_p_StringVector(pjsua2PINVOKE.ContainerNode_readStringVector__SWIG_0(swigCPtr, SWIGTYPE_p_string.getCPtr(name)), true);

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