Class AVAudio3DMixingPointSourceInHeadMode


  • public final class AVAudio3DMixingPointSourceInHeadMode
    extends java.lang.Object
    [@enum] AVAudio3DMixingPointSourceInHeadMode In-head modes available for AVAudio3DMixingSourceModePointSource in AVAudio3DMixingRenderingAlgorithmAuto The in-head modes differ in what happens when a point source moves inside the listener's head while using AVAudio3DMixingRenderingAlgorithmAuto. AVAudio3DMixingPointSourceInHeadModeMono A point source remains a single mono source inside the listener's head regardless of the channels it consists of. AVAudio3DMixingPointSourceInHeadModeBypass A point source splits into bypass inside the listener's head. This enables transitions between traditional, non-spatialized rendering and spatialized sources outside the listener's head.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Bypass  
      static long Mono  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait