Beispiel #1
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 #2
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 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();
     }
 }