PresetReverb.Settings 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
PresetReverb.Settings() | |
PresetReverb.Settings(String) |
Settings class constructor from a key=value; pairs formatted string. |
PresetReverb.Settings(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
PresetReverb.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
PresetReverb.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.PresetReverb.Settings : string -> Android.Media.Audiofx.PresetReverb.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.
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
PresetReverb.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.PresetReverb.Settings : nativeint * Android.Runtime.JniHandleOwnership -> Android.Media.Audiofx.PresetReverb.Settings
Parameters
- 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.