Language

VolumeShaper.Configuration.Builder.ScaleToEndVolume(Single) Method

Definition

Scale the curve end volume to a target value.

[Android.Runtime.Register("scaleToEndVolume", "(F)Landroid/media/VolumeShaper$Configuration$Builder;", "", ApiSince=26)]
public Android.Media.VolumeShaper.Configuration.Builder ScaleToEndVolume(float volume);
[<Android.Runtime.Register("scaleToEndVolume", "(F)Landroid/media/VolumeShaper$Configuration$Builder;", "", ApiSince=26)>]
member this.ScaleToEndVolume : single -> Android.Media.VolumeShaper.Configuration.Builder

Parameters

volume
Single

the target end volume to use.

Returns

the same Builder instance. This value cannot be null.

Attributes

Remarks

Scale the curve end volume to a target value. Keeps the start volume the same. This works best if the volume curve is monotonic.

Android reference for android.media.VolumeShaper.Configuration.Builder.scaleToEndVolume.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to