shortFormVideo
Appropriate for applications playing short-form video content.
Declaration
static let shortFormVideo: AVAudioSession.ModeDiscussion
Only valid with playback. Not applicable with AVAudioSession.RouteSharingPolicy.longFormAudio, or AVAudioSession.RouteSharingPolicy.longFormVideo.
When this mode is set:
system will make informed decisions to automatically unmute the output of the media if the user shows intention of unmuting.
When auto-unmuted, userIntentToUnmuteOutputNotification and outputMuteStateChangeNotification will be sent.
if the session is output muted, system may prevent interrupting other active audio apps.