Class AUSpatialMixerPointSourceInHeadMode


  • public final class AUSpatialMixerPointSourceInHeadMode
    extends java.lang.Object
    [@enum] Property values for kAudioUnitProperty_SpatialMixerPointSourceInHeadMode This setting only affects spatialization when using kSpatializationAlgorithm_UseOutputType with kSpatialMixerSourceMode_PointSource. [@constant] kSpatialMixerPointSourceInHeadMode_Mono A point source remains a single mono source inside the listener's head regardless of the channels it consists of. [@constant] kSpatialMixerPointSourceInHeadMode_Bypass 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 int Bypass  
      static int Mono  
    • Method Summary

      • Methods inherited from class java.lang.Object

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