Compartir a través de


AVAudioSession.SetPreferredSampleRate(Double, NSError) Método

Definición

Establece la frecuencia de muestreo preferida, en Hz.

[Foundation.Export("setPreferredSampleRate:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool SetPreferredSampleRate (double sampleRate, out Foundation.NSError error);
abstract member SetPreferredSampleRate : double *  -> bool
override this.SetPreferredSampleRate : double *  -> bool

Parámetros

sampleRate
Double
error
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