AVAudioPlayer.PeakPower(nuint) 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.
Puissance de pointe, en décibels, du canal spécifié.
[Foundation.Export("peakPowerForChannel:")]
public virtual float PeakPower (nuint channelNumber);
abstract member PeakPower : nuint -> single
override this.PeakPower : nuint -> single
Paramètres
- channelNumber
- System.System.UIntPtr System.unativeint
Retours
- Attributs
Remarques
Les développeurs d’applications doivent appeler UpdateMeters() avant de lire cette valeur.
S’applique à
Voir aussi
- <xref:AVFoundation.AVAudioPlayer.AveragePower>