Share via


AVAudioPlayer.PeakPower(nuint) Metodo

Definizione

Potenza massima, in decibel, del canale specificato.

[Foundation.Export("peakPowerForChannel:")]
public virtual float PeakPower (nuint channelNumber);
abstract member PeakPower : nuint -> single
override this.PeakPower : nuint -> single

Parametri

channelNumber
System.System.UIntPtr System.unativeint

Restituisce

Attributi

Commenti

Gli sviluppatori di applicazioni devono chiamare UpdateMeters() prima di leggere questo valore.

Si applica a

Vedi anche

  • <xref:AVFoundation.AVAudioPlayer.AveragePower>