VolumeShaper.Configuration.Builder Constructors
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.
Overloads
| Name | Description |
|---|---|
| VolumeShaper.Configuration.Builder() |
Constructs a new Builder with the defaults. |
| VolumeShaper.Configuration.Builder(VolumeShaper+Configuration) |
Constructs a new Builder with settings copied from a given VolumeShaper.Configuration. |
VolumeShaper.Configuration.Builder()
Constructs a new Builder with the defaults.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=26)]
public Builder();
- Attributes
Remarks
Constructs a new Builder with the defaults.
Android reference for android.media.VolumeShaper.Configuration.Builder.Builder.
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
VolumeShaper.Configuration.Builder(VolumeShaper+Configuration)
Constructs a new Builder with settings copied from a given VolumeShaper.Configuration.
[Android.Runtime.Register(".ctor", "(Landroid/media/VolumeShaper$Configuration;)V", "", ApiSince=26)]
public Builder(Android.Media.VolumeShaper.Configuration configuration);
[<Android.Runtime.Register(".ctor", "(Landroid/media/VolumeShaper$Configuration;)V", "", ApiSince=26)>]
new Android.Media.VolumeShaper.Configuration.Builder : Android.Media.VolumeShaper.Configuration -> Android.Media.VolumeShaper.Configuration.Builder
Parameters
- configuration
- VolumeShaper.Configuration
prototypical configuration which will be reused in the new Builder. This value cannot be null.
- Attributes
Remarks
Constructs a new Builder with settings copied from a given VolumeShaper.Configuration.
Android reference for android.media.VolumeShaper.Configuration.Builder.Builder.
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.