AVAudioPlayer.UpdateMeters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the average and peak power for the channels in the AVAudioPlayer.
[Foundation.Export("updateMeters")]
public virtual void UpdateMeters ();
abstract member UpdateMeters : unit -> unit
override this.UpdateMeters : unit -> unit
- Attributes
Remarks
This method must be called prior to accessing AveragePower(nuint) or PeakPower(nuint).