AVAudioSession.SetPreferredSampleRate(Double, NSError) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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