Class AVAudioSessionSetActiveOptions


  • public final class AVAudioSessionSetActiveOptions
    extends java.lang.Object
    options for use when calling setActive:withOptions:error:
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • AVAudioSessionSetActiveOptionNotifyOthersOnDeactivation

        public static final long AVAudioSessionSetActiveOptionNotifyOthersOnDeactivation
        Notify an interrupted app that the interruption has ended and it may resume playback. Only valid on session deactivation.
        See Also:
        Constant Field Values