MediaQualityManager.RemoveSoundProfile(String) Method

Definition

Removes a sound profile from the system.

[Android.Runtime.Register("removeSoundProfile", "(Ljava/lang/String;)V", "", ApiSince=36)]
public void RemoveSoundProfile(string profileId);
[<Android.Runtime.Register("removeSoundProfile", "(Ljava/lang/String;)V", "", ApiSince=36)>]
member this.RemoveSoundProfile : string -> unit

Parameters

profileId
String

the id of the object to be removed.

Attributes

Remarks

Removes a sound profile from the system.

Java documentation for android.media.quality.MediaQualityManager.removeSoundProfile(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