MediaQualityManager.UpdatePictureProfile(String, PictureProfile) Method

Definition

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

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

Parameters

profileId
String

the id of the object to be updated.

pp
PictureProfile

the PictureProfile object to be updated.

Attributes

Remarks

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

Java documentation for android.media.quality.MediaQualityManager.updatePictureProfile(java.lang.String, android.media.quality.PictureProfile).

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