IAudioMetadataMap.Remove(AudioMetadata+IKey) Method

Definition

Removes the value associated with the key.

[Android.Runtime.Register("remove", "(Landroid/media/AudioMetadata$Key;)Ljava/lang/Object;", "GetRemove_Landroid_media_AudioMetadata_Key_Handler:Android.Media.IAudioMetadataMapInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T" })]
public Java.Lang.Object? Remove (Android.Media.AudioMetadata.IKey key);
[<Android.Runtime.Register("remove", "(Landroid/media/AudioMetadata$Key;)Ljava/lang/Object;", "GetRemove_Landroid_media_AudioMetadata_Key_Handler:Android.Media.IAudioMetadataMapInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T" })>]
abstract member Remove : Android.Media.AudioMetadata.IKey -> Java.Lang.Object

Parameters

key
AudioMetadata.IKey

interface for storing the value.

Returns

the value of the key, null if it doesn't exist.

Attributes

Remarks

Java documentation for android.media.AudioMetadataMap.remove(android.media.Key).

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