We have collected the most relevant information on Avaudiosessioncategoryplayback Kaudiosessioncategory_Mediaplayback. Open the URLs, which are collected below, and you will find all the info you are interested in.
						
						
						
						
						
						Apple Developer Documentation
						https://developer.apple.com/documentation/audiotoolbox/kaudiosessioncategory_mediaplayback
						Declaration var kAudioSessionCategory_MediaPlayback: Int { get } Discussion When using this category, your app audio continues with the Silent switch set to silent or when the screen locks. (The switch is called the Ring/Silent switch on iPhone.) This category normally prevents audio from other apps from mixing with your app's audio.
						 
						
						
						
						Continue audio playback when iPhone is locked - Stack …
						https://stackoverflow.com/questions/8920239/continue-audio-playback-when-iphone-is-locked
						First of all, include these frameworks to your project: AudioToolbox, CoreAudio, MediaPlayer and AVFoundation. Import them all to the viewController where your player will be placed. After you allocated and started playing the audio, insert the following code: UInt32 sessionCategory = kAudioSessionCategory_MediaPlayback; AudioSessionSetProperty …
						 
						
						
						
						iOS之AudioSession详解_antjumper的专栏-程序员ITS203
						https://its203.com/article/antjumper/39023939
						AVAudioSessionCategoryPlayback 或 kAudioSessionCategory_MediaPlayback ——用于以语音为主的应用,使用这个category的应用不会随着静音键和屏幕关闭而静音。 可在后台播放声音. AVAudioSessionCategoryRecord 或 kAudioSessionCategory_RecordAudio
						 
						
						
						
						AVFoundation开发秘籍笔记-02播放和录制 ... - 简书
						https://www.jianshu.com/p/bd333acf62e2
						Playback 音频和视频播放 AVAudioSessionCategoryPlayback / kAudioSessionCategory_MediaPlayback 用于以音频为主的应用,不会随着静音键和平不关闭而静音。可在后台播放声音。
						 
						
						
						
						GameCenterCocos2DiOS6/CDAudioManager.m at master …
						https://github.com/priore/GameCenterCocos2DiOS6/blob/master/Cocos2DiOS6GameCenter/libs/CocosDenshion/CDAudioManager.m
						// _audioSessionCategory = kAudioSessionCategory_MediaPlayback; _audioSessionCategory = AVAudioSessionCategoryPlayback; willPlayBackgroundMusic = YES; break; case kAMM_PlayAndRecord: // Use audio exclusively, ignore mute …
						 
						
						
						
						IOS中录音后再播放声音太小问题解决_weixin_34348805的博客-程 …
						https://cxybb.com/article/weixin_34348805/93809561
						1.3 AVAudioSessionCategoryPlayback 或 kAudioSessionCategory_MediaPlayback. 用于以语音为主的应用,使用这个category的应用不会随着静音键和屏幕关闭而静音。 可在后台播放声音; 1.4 AVAudioSessionCategoryRecord 或 kAudioSessionCategory_RecordAudio
						 
						
						
						
						iOS录音功能_super_man_ww的博客-程序员宝宝 - 程序员宝宝
						https://cxybb.com/article/super_man_ww/51454460
						AVAudioSessionCategoryPlayback 或 kAudioSessionCategory_MediaPlayback ——用于以语音为主的应用,使用这个category的应用不会随着静音键和屏幕关闭而静音。可在后台播放声音 AVAudioSessionCategoryRecord 或 kAudioSessionCategory_RecordAudio
						 
						
						
						
						Hide Red Recording Status Bar In iOS App When Not Recording
						https://www.py4u.net/discuss/1340755
						Resolved, see edit 2. The bar will never disappear as long as the mic is in use, recording or not. it's a security measure to allow the user to know that an app is listening to the microphone, not to show that the phone is recording.
						 
						
						
						
						¿Cómo comienzo a reproducir audio en modo silencioso y ...
						https://ios.dokry.com/cmo-comienzo-a-reproducir-audio-en-modo-silencioso-y-bloqueado-en-ios-6.html
						Para que la reproducción continúe cuando la pantalla se bloquea o cuando el interruptor de timbre / silencio está en la position "silenciosa", use la categoría AVAudioSessionCategoryPlayback (o la categoría equivalente kAudioSessionCategory_MediaPlayback).
						 
						
						
						
						AVFoundation学习之简介及音频相关_ChenZhiZu的博客-程序 …
						https://its304.com/article/ChenZhiZu/103735718
						title: AVFoundation学习之简介及音频相关date: 2019-08-20 10:22:52tags:一、简介AVFoundation是可以用它来播放和创建基于时间的视听媒体的几个框架之一二、音频播放及录制1.音频播放(1)初始化AVAudioSessionlet session = AVAudioSession.sharedInstance() do {...
						 
						
						
							
						Now you know Avaudiosessioncategoryplayback Kaudiosessioncategory_Mediaplayback
						Now that you know Avaudiosessioncategoryplayback Kaudiosessioncategory_Mediaplayback, we suggest that you familiarize yourself with information on similar questions.