MediaFormat.RemoveFeature(String) Method

Definition

Removes a given feature setting if present.

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

Parameters

name
String
Attributes

Remarks

Removes a given feature setting if present. Has no effect if the feature setting is not present.

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