Exemplo n.º 1
0
        public NativeAudioObject createAudioObject()
        {
            global::System.IntPtr cPtr = Audio360CSharpPINVOKE.AudioEngine_createAudioObject__SWIG_1(swigCPtr);
            NativeAudioObject     ret  = (cPtr == global::System.IntPtr.Zero) ? null : new NativeAudioObject(cPtr, false);

            return(ret);
        }
Exemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(NativeAudioObject obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 3
0
        public virtual EngineError createAudioObject(NativeAudioObject audioObject, Options options)
        {
            EngineError ret = (EngineError)Audio360CSharpPINVOKE.AudioEngine_createAudioObject__SWIG_0(swigCPtr, NativeAudioObject.getCPtr(audioObject), (int)options);

            return(ret);
        }
Exemplo n.º 4
0
 public virtual void destroyAudioObject(NativeAudioObject audioObject)
 {
     Audio360CSharpPINVOKE.AudioEngine_destroyAudioObject(swigCPtr, NativeAudioObject.getCPtr(audioObject));
 }
 protected virtual void onNewEvent(Event arg0, NativeAudioObject owner)
 {
     Audio360CSharpPINVOKE.NativeEventListener_onNewEvent__SWIG_1(swigCPtr, (int)arg0, NativeAudioObject.getCPtr(owner));
 }