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); }