MediaFormat.RemoveKey(String) Method

Definition

Removes a value of a given key if present.

[Android.Runtime.Register("removeKey", "(Ljava/lang/String;)V", "", ApiSince=29)]
public void RemoveKey (string name);
[<Android.Runtime.Register("removeKey", "(Ljava/lang/String;)V", "", ApiSince=29)>]
member this.RemoveKey : string -> unit

Parameters

name
String
Attributes

Remarks

Removes a value of a given key if present. Has no effect if the key is not present.

Java documentation for android.media.MediaFormat.removeKey(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