Android.Drm.DrmInfo Members

The members of Android.Drm.DrmInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a DrmInfo object with the given parameters.
Creates a DrmInfo object with the given parameters.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
InfoTypeDrmInfoEventType. Retrieves the information type associated with this object.
[read-only]
MimeTypestring. Retrieves the MIME type associated with this object.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Get(string) : Java.Lang.Object
Retrieves the value of a given key.
GetData() : byte[]
Retrieves the trigger data associated with this object.
Iterator() : Java.Util.IIterator
Retrieves an iterator object that you can use to iterate over the values associated with this DrmInfo object.
KeyIterator() : Java.Util.IIterator
Retrieves an iterator object that you can use to iterate over the keys associated with this DrmInfo object.
Put(string, Java.Lang.Object)
Adds optional information as key-value pairs to this object.