Android.Media.MediaDrm.IsCryptoSchemeSupported Method
Query if the given scheme identified by its UUID is supported on this device, and whether the drm plugin is able to handle the media container format specified by mimeType.

Syntax

[Android.Runtime.Register("isCryptoSchemeSupported", "(Ljava/util/UUID;Ljava/lang/String;)Z", "")]
public static bool IsCryptoSchemeSupported (Java.Util.UUID uuid, string mimeType)

Parameters

uuid
The UUID of the crypto scheme.
mimeType
The MIME type of the media container, e.g. "video/mp4" or "video/webm"

Returns

Documentation for this section has not yet been entered.

Remarks

Query if the given scheme identified by its UUID is supported on this device, and whether the drm plugin is able to handle the media container format specified by mimeType.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18