Android.Media.MediaCrypto Class
MediaCrypto class can be used in conjunction with Android.Media.MediaCodec to decode encrypted media data.

See Also: MediaCrypto Members

Syntax

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

Remarks

MediaCrypto class can be used in conjunction with Android.Media.MediaCodec to decode encrypted media data. Crypto schemes are assigned 16 byte UUIDs, the method MediaCrypto.IsCryptoSchemeSupported(Java.Util.UUID) can be used to query if a given scheme is supported on the device.

[Android Documentation]

Requirements

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