MediaParser.SupportsParameter(String) Method

Definition

Returns whether the given parameterName is supported by this parser.

[Android.Runtime.Register("supportsParameter", "(Ljava/lang/String;)Z", "", ApiSince=30)]
public bool SupportsParameter (string parameterName);
[<Android.Runtime.Register("supportsParameter", "(Ljava/lang/String;)Z", "", ApiSince=30)>]
member this.SupportsParameter : string -> bool

Parameters

parameterName
String

The parameter name to check support for. One of the PARAMETER_* constants.

Returns

Whether the given parameterName is supported.

Attributes

Remarks

Java documentation for android.media.MediaParser.supportsParameter(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