Contents

AVAudioEnvironmentOutputType.auto

Automatically detects the playback route and picks the correct output.

Declaration

case auto

Discussion

When using the automatic output type, wired output defaults to AVAudioEnvironmentOutputType.headphones, and manual rendering with a two-channel output layout defaults to AVAudioEnvironmentOutputType.externalSpeakers.

See Also

Output Types