示例#1
0
 public Stereo(WAVE_H h, memblock single) : this(libwavPINVOKE.new_Stereo__SWIG_0(WAVE_H.getCPtr(h), memblock.getCPtr(single)), true)
 {
     if (libwavPINVOKE.SWIGPendingException.Pending)
     {
         throw libwavPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public Stereo(WAVE_H h, memblock left, memblock right) : this(libwavPINVOKE.new_Stereo__SWIG_1(WAVE_H.getCPtr(h), memblock.getCPtr(left), memblock.getCPtr(right)), true)
 {
     if (libwavPINVOKE.SWIGPendingException.Pending)
     {
         throw libwavPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
    public WAVE_H getH()
    {
        global::System.IntPtr cPtr = libwavPINVOKE.Wave_getH(swigCPtr);
        WAVE_H ret = (cPtr == global::System.IntPtr.Zero) ? null : new WAVE_H(cPtr, false);

        if (libwavPINVOKE.SWIGPendingException.Pending)
        {
            throw libwavPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(WAVE_H obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(WAVE_H obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
示例#6
0
 public Stereo(WAVE_H h, memblock left, memblock right)
     : this(libwavPINVOKE.new_Stereo__SWIG_1(WAVE_H.getCPtr(h), memblock.getCPtr(left), memblock.getCPtr(right)), true)
 {
     if (libwavPINVOKE.SWIGPendingException.Pending) throw libwavPINVOKE.SWIGPendingException.Retrieve();
 }
示例#7
0
 public Stereo(WAVE_H h, memblock single)
     : this(libwavPINVOKE.new_Stereo__SWIG_0(WAVE_H.getCPtr(h), memblock.getCPtr(single)), true)
 {
     if (libwavPINVOKE.SWIGPendingException.Pending) throw libwavPINVOKE.SWIGPendingException.Retrieve();
 }