public RtcpFbCapVector(RtcpFbCapVector other) : this(pjsua2PINVOKE.new_RtcpFbCapVector__SWIG_1(RtcpFbCapVector.getCPtr(other)), true) { if (pjsua2PINVOKE.SWIGPendingException.Pending) { throw pjsua2PINVOKE.SWIGPendingException.Retrieve(); } }
public RtcpFbCapVectorEnumerator(RtcpFbCapVector collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, RtcpFbCapVector values) { pjsua2PINVOKE.RtcpFbCapVector_SetRange(swigCPtr, index, RtcpFbCapVector.getCPtr(values)); if (pjsua2PINVOKE.SWIGPendingException.Pending) { throw pjsua2PINVOKE.SWIGPendingException.Retrieve(); } }
public static RtcpFbCapVector Repeat(RtcpFbCap value, int count) { global::System.IntPtr cPtr = pjsua2PINVOKE.RtcpFbCapVector_Repeat(RtcpFbCap.getCPtr(value), count); RtcpFbCapVector ret = (cPtr == global::System.IntPtr.Zero) ? null : new RtcpFbCapVector(cPtr, true); if (pjsua2PINVOKE.SWIGPendingException.Pending) { throw pjsua2PINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public RtcpFbCapVector GetRange(int index, int count) { global::System.IntPtr cPtr = pjsua2PINVOKE.RtcpFbCapVector_GetRange(swigCPtr, index, count); RtcpFbCapVector ret = (cPtr == global::System.IntPtr.Zero) ? null : new RtcpFbCapVector(cPtr, true); if (pjsua2PINVOKE.SWIGPendingException.Pending) { throw pjsua2PINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(RtcpFbCapVector obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }