Virtualizer.Settings Constructors

Definition

Overloads

Virtualizer.Settings()
Virtualizer.Settings(String)

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

Virtualizer.Settings(IntPtr, JniHandleOwnership)

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

Virtualizer.Settings()

[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

Virtualizer.Settings(String)

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

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public Settings (string? settings);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.Media.Audiofx.Virtualizer.Settings : string -> Android.Media.Audiofx.Virtualizer.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.Virtualizer.Settings.Virtualizer$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

Virtualizer.Settings(IntPtr, JniHandleOwnership)

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

protected Settings (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Media.Audiofx.Virtualizer.Settings : nativeint * Android.Runtime.JniHandleOwnership -> Android.Media.Audiofx.Virtualizer.Settings

Parameters

javaReference
IntPtr

nativeint

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