Android.Media.MediaRecorder.MaxAmplitude Property
Returns the maximum absolute amplitude that was sampled since the last call to this method.

Syntax

[get: Android.Runtime.Register("getMaxAmplitude", "()I", "GetGetMaxAmplitudeHandler")]
public virtual int MaxAmplitude { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif it is called before the audio source has been set.

Remarks

Returns the maximum absolute amplitude that was sampled since the last call to this method. Call this only after the setAudioSource().

[Android Documentation]

Requirements

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