Compartir a través de


AVAudioSession.SetPreferredHardwareSampleRate(Double, NSError) Método

Definición

Los desarrolladores de aplicaciones no deben usar este método en desuso. En su lugar (Double, out NSError)

[Foundation.Export("setPreferredHardwareSampleRate:error:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'SetPreferredSampleRate' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool SetPreferredHardwareSampleRate (double sampleRate, out Foundation.NSError outError);
abstract member SetPreferredHardwareSampleRate : double *  -> bool
override this.SetPreferredHardwareSampleRate : double *  -> bool

Parámetros

sampleRate
Double
outError
NSError

Si se produce un error, contiene los detalles del error.

Devoluciones

true si la solicitud se realizó correctamente; de lo contrario, el parámetro outError contiene una instancia de NSError que describe el problema.

Atributos

Se aplica a