Package apple.avfoundation.enums
Class AVAudioSessionSetActiveOptions
- java.lang.Object
-
- apple.avfoundation.enums.AVAudioSessionSetActiveOptions
-
public final class AVAudioSessionSetActiveOptions extends java.lang.Objectoptions for use when calling setActive:withOptions:error:
-
-
Field Summary
Fields Modifier and Type Field Description static longAVAudioSessionSetActiveOptionNotifyOthersOnDeactivationNotify an interrupted app that the interruption has ended and it may resume playback.
-
-
-
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
-
-