зеркало из https://github.com/xamarin/ios-samples.git
[AudioConverterFileConverter] Fixed setting the right category
This commit is contained in:
Родитель
a109c732ce
Коммит
2909718b98
|
@ -99,7 +99,7 @@ namespace AudioConverterFileConverter
|
|||
// our default category -- we change this for conversion and playback appropriately
|
||||
try
|
||||
{
|
||||
session.SetCategory(new NSString("AudioSessionCategory.SoloAmbientSound"));
|
||||
session.SetCategory (AVAudioSessionCategory.SoloAmbient);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче