MediaMetadataEditor.Clear Method

Definition

Caution

deprecated

Clears all the pending metadata changes set since the MediaMetadataEditor instance was created or since this method was last called.

[Android.Runtime.Register("clear", "()V", "GetClearHandler")]
[System.Obsolete("deprecated")]
public virtual void Clear ();
[<Android.Runtime.Register("clear", "()V", "GetClearHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Clear : unit -> unit
override this.Clear : unit -> unit
Attributes

Remarks

Clears all the pending metadata changes set since the MediaMetadataEditor instance was created or since this method was last called. Note that clearing the metadata doesn't reset the editable keys (use #removeEditableKeys() instead).

Java documentation for android.media.MediaMetadataEditor.clear().

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