Package apple.avfoundation.enums
Class AVAudioSessionPortOverride
- java.lang.Object
-
- apple.avfoundation.enums.AVAudioSessionPortOverride
-
public final class AVAudioSessionPortOverride extends java.lang.ObjectFor use with overrideOutputAudioPort:error:
-
-
Field Detail
-
None
public static final long None
No override. Return audio routing to the default state for the current audio category.- See Also:
- Constant Field Values
-
Speaker
public static final long Speaker
Route audio output to speaker. Use this override with AVAudioSessionCategoryPlayAndRecord, which by default routes the output to the receiver.- See Also:
- Constant Field Values
-
-