[AudioConverterFileConverter] Fixed setting the right category

This commit is contained in:
Alex Soto 2015-01-22 15:20:46 -06:00
Родитель a109c732ce
Коммит 2909718b98
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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
{ {