Android.Drm.DrmUtils Class
A utility class that provides operations for parsing extended metadata embedded in DRM constraint information.

See Also: DrmUtils Members

Syntax

[Android.Runtime.Register("android/drm/DrmUtils", DoNotGenerateAcw=true)]
public class DrmUtils : Java.Lang.Object

Remarks

A utility class that provides operations for parsing extended metadata embedded in DRM constraint information. If a DRM scheme has specific constraints beyond the standard constraints, the constraints will show up in the NoType:android/drm/DrmStore$ConstraintsColumns;Href=../../../reference/android/drm/DrmStore.ConstraintsColumns.html#EXTENDED_METADATA key. You can use NoType:android/drm/DrmUtils$ExtendedMetadataParser;Href=../../../reference/android/drm/DrmUtils.ExtendedMetadataParser.html to iterate over those values.

[Android Documentation]

Requirements

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