Android.Media.AudioTrack.MaxVolume Property
Returns the maximum gain value, which is greater than or equal to 1.

Syntax

[get: Android.Runtime.Register("getMaxVolume", "()F", "GetGetMaxVolumeHandler")]
public static float MaxVolume { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the maximum gain value, which is greater than or equal to 1.0. Gain values greater than the maximum will be clamped to the maximum.

The word "volume" in the API name is historical; this is actually a gain. expressed as a linear multiplier on sample values, where a maximum value of 1.0 corresponds to a gain of 0 dB (sample values left unmodified).

[Android Documentation]

Requirements

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