AVFoundation.AVAudioSession.SetPreferredHardwareSampleRate Method
Application developers should not use this deprecated method. Instead use AVAudioSession.SetPreferredSampleRate(Double, out NSError)

Syntax

[Foundation.Export("setPreferredHardwareSampleRate:error:")]
[ObjCRuntime.Availability(Deprecated=ObjCRuntime.Platform.iOS_6_0, Introduced=ObjCRuntime.Platform.iOS_3_0, Message="Use SetPreferredSampleRate instead")]
public virtual bool SetPreferredHardwareSampleRate (double sampleRate, out Foundation.NSError outError)

Parameters

sampleRate
Documentation for this section has not yet been entered.
outError
On failure, this contains the error details.

Returns

true if the request was successful, otherwise the outError parameter contains an instance of NSError describing the problem.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: AVFoundation
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0