Interface AVAudioStereoMixing

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      float pan()
      [@property] pan Set a bus's stereo pan Range: -1.0 -> 1.0 Default: 0.0 Mixer: AVAudioMixerNode
      void setPan​(float value)
      [@property] pan Set a bus's stereo pan Range: -1.0 -> 1.0 Default: 0.0 Mixer: AVAudioMixerNode
    • Method Detail

      • pan

        float pan()
        [@property] pan Set a bus's stereo pan Range: -1.0 -> 1.0 Default: 0.0 Mixer: AVAudioMixerNode
      • setPan

        void setPan​(float value)
        [@property] pan Set a bus's stereo pan Range: -1.0 -> 1.0 Default: 0.0 Mixer: AVAudioMixerNode