AVAudioRecorder.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.
Calculates the AveragePower(nuint) and PeakPower(nuint) properties.
[Foundation.Export("updateMeters")]
public virtual void UpdateMeters ();
abstract member UpdateMeters : unit -> unit
override this.UpdateMeters : unit -> unit
- Attributes
Remarks
The MeteringEnabled property must be true
for this method to operate correctly.