示例#1
0
 public void SetRange(int index, MediaFormatVideoVector values)
 {
     pjsua2PINVOKE.MediaFormatVideoVector_SetRange(swigCPtr, index, MediaFormatVideoVector.getCPtr(values));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public MediaFormatVideoVector(MediaFormatVideoVector other) : this(pjsua2PINVOKE.new_MediaFormatVideoVector__SWIG_1(MediaFormatVideoVector.getCPtr(other)), true)
 {
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }