Esempio n. 1
0
        public NativeSpatDecoderQueue createSpatDecoderQueue()
        {
            global::System.IntPtr  cPtr = Audio360CSharpPINVOKE.AudioEngine_createSpatDecoderQueue(swigCPtr);
            NativeSpatDecoderQueue ret  = (cPtr == global::System.IntPtr.Zero) ? null : new NativeSpatDecoderQueue(cPtr, false);

            return(ret);
        }
Esempio n. 2
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(NativeSpatDecoderQueue obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 3
0
 public virtual void destroySpatDecoderQueue(NativeSpatDecoderQueue spatDecoder)
 {
     Audio360CSharpPINVOKE.AudioEngine_destroySpatDecoderQueue(swigCPtr, NativeSpatDecoderQueue.getCPtr(spatDecoder));
 }