MediaQualityManager.UpdateSoundProfile(String, SoundProfile) Method

Definition

Updates an existing sound profile and store it in the system.

[Android.Runtime.Register("updateSoundProfile", "(Ljava/lang/String;Landroid/media/quality/SoundProfile;)V", "", ApiSince=36)]
public void UpdateSoundProfile(string profileId, Android.Media.Quality.SoundProfile sp);
[<Android.Runtime.Register("updateSoundProfile", "(Ljava/lang/String;Landroid/media/quality/SoundProfile;)V", "", ApiSince=36)>]
member this.UpdateSoundProfile : string * Android.Media.Quality.SoundProfile -> unit

Parameters

profileId
String

the id of the object to be updated.

sp
SoundProfile

the SoundProfile object to be updated.

Attributes

Remarks

Updates an existing sound profile and store it in the system.

Java documentation for android.media.quality.MediaQualityManager.updateSoundProfile(java.lang.String, 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