VolumeShaper.Configuration.Builder.InvertVolumes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inverts the volume curve so that the max volume becomes the min volume and vice versa.
[Android.Runtime.Register("invertVolumes", "()Landroid/media/VolumeShaper$Configuration$Builder;", "", ApiSince=26)]
public Android.Media.VolumeShaper.Configuration.Builder InvertVolumes();
[<Android.Runtime.Register("invertVolumes", "()Landroid/media/VolumeShaper$Configuration$Builder;", "", ApiSince=26)>]
member this.InvertVolumes : unit -> Android.Media.VolumeShaper.Configuration.Builder
Returns
the same Builder instance. This value cannot be null.
- Attributes
Remarks
Inverts the volume curve so that the max volume becomes the min volume and vice versa.
Android reference for android.media.VolumeShaper.Configuration.Builder.invertVolumes.
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.