Afficher en anglais

Partage via


BassBoost.Settings Constructors

Definition

Overloads

BassBoost.Settings()
BassBoost.Settings(String)

Settings class constructor from a key=value; pairs formatted string.

BassBoost.Settings(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

BassBoost.Settings()

C#
[Android.Runtime.Register(".ctor", "()V", "")]
public Settings ();
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.

Applies to

.NET for Android .NET for Android API 35 et .NET for Android .NET for Android API 34
Produit Versions
.NET for Android .NET for Android API 34, .NET for Android API 35

BassBoost.Settings(String)

Settings class constructor from a key=value; pairs formatted string.

C#
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public Settings (string? settings);

Parameters

settings
String
Attributes

Exceptions

if the string is not correctly formatted.

Remarks

Settings class constructor from a key=value; pairs formatted string. The string is typically returned by Settings.toString() method.

Java documentation for android.media.audiofx.BassBoost.Settings.BassBoost$Settings(java.lang.String).

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

.NET for Android .NET for Android API 35 et .NET for Android .NET for Android API 34
Produit Versions
.NET for Android .NET for Android API 34, .NET for Android API 35

BassBoost.Settings(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

C#
protected Settings (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);

Parameters

javaReference
IntPtr

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

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.

Applies to

.NET for Android .NET for Android API 35 et .NET for Android .NET for Android API 34
Produit Versions
.NET for Android .NET for Android API 34, .NET for Android API 35