Android.Drm.DrmSupportInfo Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

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

Public Properties

[read-only]
Descripritionstring. Retrieves the DRM plug-in (agent) description.
[read-only]
Descriptionstring. Retrieves the DRM plug-in (agent) description.
[read-only]
FileSuffixIteratorJava.Util.IIterator. Retrieves an iterator object that you can use to iterate over the file suffixes that this DRM plug-in supports.
[read-only]
MimeTypeIteratorJava.Util.IIterator. Retrieves an iterator object that you can use to iterate over the MIME types that this DRM plug-in supports.

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

AddFileSuffix(string)
Adds the specified file suffix to the list of file suffixes this DRM plug-in supports.
AddMimeType(string)
Adds the specified MIME type to the list of MIME types this DRM plug-in supports.
SetDescription(string)
Sets a description for the DRM plug-in (agent).