Пример #1
0
 public void SetRange(int index, VideoMediaVector values)
 {
     pjsua2PINVOKE.VideoMediaVector_SetRange(swigCPtr, index, VideoMediaVector.getCPtr(values));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public VideoMediaVector(VideoMediaVector other) : this(pjsua2PINVOKE.new_VideoMediaVector__SWIG_1(VideoMediaVector.getCPtr(other)), true)
 {
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }