Partager via


AVAudioSession.SetPreferredSampleRate(Double, NSError) Méthode

Définition

Définit le taux d’échantillonnage préféré, 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

Paramètres

sampleRate
Double
error
NSError

En cas d’échec, cela contient les détails de l’erreur.

Retours

true si la demande a réussi, sinon le paramètre outError contient une instance de NSError décrivant le problème.

Attributs

S’applique à