SoundProfile.Builder Constructors

Definition

Overloads

SoundProfile.Builder(SoundProfile)

Copy constructor of builder.

SoundProfile.Builder(String)

Creates a new Builder.

SoundProfile.Builder(SoundProfile)

Copy constructor of builder.

[Android.Runtime.Register(".ctor", "(Landroid/media/quality/SoundProfile;)V", "", ApiSince=36)]
public Builder(Android.Media.Quality.SoundProfile p);
[<Android.Runtime.Register(".ctor", "(Landroid/media/quality/SoundProfile;)V", "", ApiSince=36)>]
new Android.Media.Quality.SoundProfile.Builder : Android.Media.Quality.SoundProfile -> Android.Media.Quality.SoundProfile.Builder

Parameters

Attributes

Remarks

Copy constructor of builder.

Java documentation for android.media.quality.SoundProfile.Builder.SoundProfile$Builder(android.media.quality.SoundProfile).

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

SoundProfile.Builder(String)

Creates a new Builder.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=36)]
public Builder(string name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=36)>]
new Android.Media.Quality.SoundProfile.Builder : string -> Android.Media.Quality.SoundProfile.Builder

Parameters

name
String
Attributes

Remarks

Creates a new Builder.

Java documentation for android.media.quality.SoundProfile.Builder.SoundProfile$Builder(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