Ejemplo n.º 1
0
        public static IAudioDeviceList createAudioDeviceList()
        {
            IntPtr           cPtr = cAudioCSharpWrapperPINVOKE.createAudioDeviceList__SWIG_1();
            IAudioDeviceList ret  = (cPtr == IntPtr.Zero) ? null : new IAudioDeviceList(cPtr, false);

            return(ret);
        }
Ejemplo n.º 2
0
 internal static HandleRef getCPtr(IAudioDeviceList obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 3
0
 internal static HandleRef getCPtr(IAudioDeviceList obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }