public PUri(PUri other) : this(PapillonPINVOKE.new_PUri__SWIG_3(PUri.getCPtr(other)), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public static PResult Open(SWIGTYPE_p_papillon__PPlugin plugin, PUri uri, POutputVideoStream outputVideoStream) { PResult ret = new PResult(PapillonPINVOKE.POutputVideoStream_Open__SWIG_1(SWIGTYPE_p_papillon__PPlugin.getCPtr(plugin), PUri.getCPtr(uri), POutputVideoStream.getCPtr(outputVideoStream)), true); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public PUri GetUri() { PUri ret = new PUri(PapillonPINVOKE.POutputVideoStream_GetUri(swigCPtr), true); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PUri obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }