VolumeShaper.Configuration.Builder.ReflectTimes 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.
Reflects the volume curve so that the shaper changes volume from the end to the start.
[Android.Runtime.Register("reflectTimes", "()Landroid/media/VolumeShaper$Configuration$Builder;", "", ApiSince=26)]
public Android.Media.VolumeShaper.Configuration.Builder ReflectTimes();
[<Android.Runtime.Register("reflectTimes", "()Landroid/media/VolumeShaper$Configuration$Builder;", "", ApiSince=26)>]
member this.ReflectTimes : unit -> Android.Media.VolumeShaper.Configuration.Builder
Returns
the same Builder instance. This value cannot be null.
- Attributes
Remarks
Reflects the volume curve so that the shaper changes volume from the end to the start.
Android reference for android.media.VolumeShaper.Configuration.Builder.reflectTimes.
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.