public static AKRESULT GetListenerSpatialization(uint in_uIndex, out int out_rbSpatialized, AkSpeakerVolumes out_rVolumeOffsets) {
    AKRESULT ret = (AKRESULT)AkSoundEnginePINVOKE.CSharp_GetListenerSpatialization(in_uIndex, out out_rbSpatialized, AkSpeakerVolumes.getCPtr(out_rVolumeOffsets));

    return ret;
  }
Example #2
0
 internal static HandleRef getCPtr(AkSpeakerVolumes obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
  public static AKRESULT SetListenerSpatialization(uint in_uIndex, bool in_bSpatialized, AkSpeakerVolumes in_pVolumeOffsets) {
    AKRESULT ret = (AKRESULT)AkSoundEnginePINVOKE.CSharp_SetListenerSpatialization__SWIG_0(in_uIndex, in_bSpatialized, AkSpeakerVolumes.getCPtr(in_pVolumeOffsets));

    return ret;
  }
 internal static HandleRef getCPtr(AkSpeakerVolumes obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }