Android.Media.AudioTrack.MinVolume Property
Returns the minimum gain value, which is the constant 0.

Syntax

[get: Android.Runtime.Register("getMinVolume", "()F", "GetGetMinVolumeHandler")]
public static float MinVolume { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the minimum gain value, which is the constant 0.0. Gain values less than 0.0 will be clamped to 0.0.

The word "volume" in the API name is historical; this is actually a linear gain.

[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