Пример #1
0
    public SWIGTYPE_p_WAVEFORMATEX getWaveFormatEx()
    {
        SWIGTYPE_p_WAVEFORMATEX ret = new SWIGTYPE_p_WAVEFORMATEX(libwavPINVOKE.Wave_getWaveFormatEx(swigCPtr), true);

        if (libwavPINVOKE.SWIGPendingException.Pending)
        {
            throw libwavPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Пример #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_WAVEFORMATEX obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Пример #3
0
 public SWIGTYPE_p_WAVEFORMATEX getWaveFormatEx()
 {
     SWIGTYPE_p_WAVEFORMATEX ret = new SWIGTYPE_p_WAVEFORMATEX(libwavPINVOKE.Wave_getWaveFormatEx(swigCPtr), true);
     if (libwavPINVOKE.SWIGPendingException.Pending) throw libwavPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_WAVEFORMATEX obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }