Exemplo n.º 1
0
 public virtual void setDirectionalProperties(DirectionalProps props)
 {
     Audio360CSharpPINVOKE.NativeAudioObject_setDirectionalProperties(swigCPtr, DirectionalProps.getCPtr(props));
     if (Audio360CSharpPINVOKE.SWIGPendingException.Pending)
     {
         throw Audio360CSharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(DirectionalProps obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 3
0
        public virtual DirectionalProps getDirectionalProperties()
        {
            DirectionalProps ret = new DirectionalProps(Audio360CSharpPINVOKE.NativeAudioObject_getDirectionalProperties(swigCPtr), true);

            return(ret);
        }