VolumeShaper.Replace 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.
Replaces the current VolumeShaperconfiguration with a new configuration.
[Android.Runtime.Register("replace", "(Landroid/media/VolumeShaper$Configuration;Landroid/media/VolumeShaper$Operation;Z)V", "", ApiSince=26)]
public void Replace(Android.Media.VolumeShaper.Configuration configuration, Android.Media.VolumeShaper.Operation operation, bool join);
[<Android.Runtime.Register("replace", "(Landroid/media/VolumeShaper$Configuration;Landroid/media/VolumeShaper$Operation;Z)V", "", ApiSince=26)>]
member this.Replace : Android.Media.VolumeShaper.Configuration * Android.Media.VolumeShaper.Operation * bool -> unit
Parameters
- configuration
- VolumeShaper.Configuration
the new configuration to use.
- operation
- VolumeShaper.Operation
the operation to apply to the VolumeShaper
- join
- Boolean
if true, match the start volume of the
new configuration to the current volume of the existing
VolumeShaper, to avoid discontinuity.
- Attributes
Remarks
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.