Android.Media.Audiofx.Visualizer.SetMeasurementMode Method
Sets the combination of measurement modes to be performed by this audio effect.

Syntax

[Android.Runtime.Register("setMeasurementMode", "(I)I", "GetSetMeasurementMode_IHandler")]
public virtual int SetMeasurementMode ([Android.Runtime.GeneratedEnum] VisualizerMeasurementMode mode)

Parameters

mode
a mask of the measurements to perform. The valid values are Visualizer.MeasurementModeNone (to cancel any measurement) or Visualizer.MeasurementModePeakRms.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateException

Remarks

Sets the combination of measurement modes to be performed by this audio effect.

[Android Documentation]

Requirements

Namespace: Android.Media.Audiofx
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9