Interface AVAudioStereoMixing

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Subinterfaces:
AVAudioMixing
All Known Implementing Classes:
AVAudioEnvironmentNode, AVAudioInputNode, AVAudioMixerNode, AVAudioMixingAdapter, AVAudioMixingDestination, AVAudioPlayerNode, AVAudioSourceNode, AVAudioStereoMixingAdapter, AVAudioUnitGenerator, AVAudioUnitMIDIInstrument, AVAudioUnitSampler

public interface AVAudioStereoMixing
extends NSObjectProtocol
  • Method Summary

    Modifier and Type Method Description
    float getPan()  
    void setPan​(float v)  
  • Method Details