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

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