public static AVAudioRecorder ToUrl(NSUrl url, AVAudioRecorderSettings settings, out NSError error) { if (settings == null) { throw new ArgumentNullException("settings"); } return(ToUrl(url, settings.ToDictionary(), out error)); }
public static AVAudioRecorder ToUrl (NSUrl url, AVAudioRecorderSettings settings, out NSError error) { if (settings == null) throw new ArgumentNullException ("settings"); return ToUrl (url, settings.ToDictionary (), out error); }