зеркало из 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
|
// our default category -- we change this for conversion and playback appropriately
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
session.SetCategory(new NSString("AudioSessionCategory.SoloAmbientSound"));
|
session.SetCategory (AVAudioSessionCategory.SoloAmbient);
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче