コード例 #1
0
ファイル: AudioEngine.cs プロジェクト: shahronan/Wetigo
        public NativeSpatDecoderFile createSpatDecoderFile()
        {
            global::System.IntPtr cPtr = Audio360CSharpPINVOKE.AudioEngine_createSpatDecoderFile__SWIG_1(swigCPtr);
            NativeSpatDecoderFile ret  = (cPtr == global::System.IntPtr.Zero) ? null : new NativeSpatDecoderFile(cPtr, false);

            return(ret);
        }
コード例 #2
0
ファイル: AudioEngine.cs プロジェクト: shahronan/Wetigo
        public virtual EngineError createSpatDecoderFile(NativeSpatDecoderFile spatDecoder, Options options)
        {
            EngineError ret = (EngineError)Audio360CSharpPINVOKE.AudioEngine_createSpatDecoderFile__SWIG_0(swigCPtr, NativeSpatDecoderFile.getCPtr(spatDecoder), (int)options);

            return(ret);
        }
コード例 #3
0
ファイル: AudioEngine.cs プロジェクト: shahronan/Wetigo
 public virtual void destroySpatDecoderFile(NativeSpatDecoderFile spatDecoder)
 {
     Audio360CSharpPINVOKE.AudioEngine_destroySpatDecoderFile(swigCPtr, NativeSpatDecoderFile.getCPtr(spatDecoder));
 }
コード例 #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(NativeSpatDecoderFile obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }