Example #1
0
    public SWIGTYPE_p_WAVEFORMATEXTENSIBLE getWaveFormatExtensible()
    {
        SWIGTYPE_p_WAVEFORMATEXTENSIBLE ret = new SWIGTYPE_p_WAVEFORMATEXTENSIBLE(libwavPINVOKE.Wave_getWaveFormatExtensible(swigCPtr), true);

        if (libwavPINVOKE.SWIGPendingException.Pending)
        {
            throw libwavPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_WAVEFORMATEXTENSIBLE obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Example #3
0
 public SWIGTYPE_p_WAVEFORMATEXTENSIBLE getWaveFormatExtensible()
 {
     SWIGTYPE_p_WAVEFORMATEXTENSIBLE ret = new SWIGTYPE_p_WAVEFORMATEXTENSIBLE(libwavPINVOKE.Wave_getWaveFormatExtensible(swigCPtr), true);
     if (libwavPINVOKE.SWIGPendingException.Pending) throw libwavPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_WAVEFORMATEXTENSIBLE obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }