The fields of Android.Media.MediaDrm are listed below. For a list of all members, see the MediaDrm Members list.
See Also: Inherited members from Java.Lang.Object
const | EventKeyExpired | MediaDrmEventType (3). This event type indicates that the licensed usage duration for keys in a session has expired. |
const | EventKeyRequired | MediaDrmEventType (2). This event type indicates that the app needs to request keys from a license server. |
const | EventProvisionRequired | MediaDrmEventType (1). This event type indicates that the app needs to request a certificate from the provisioning server. |
const | EventVendorDefined | MediaDrmEventType (4). This event may indicate some specific vendor-defined condition, see your DRM provider documentation for details |
const | KeyTypeOffline | MediaDrmKeyType (2). This key request type specifies that the keys will be for offline use, they will be saved to the device for use when the device is not connected to a network. |
const | KeyTypeRelease | MediaDrmKeyType (3). This key request type specifies that previously saved offline keys should be released. |
const | KeyTypeStreaming | MediaDrmKeyType (1). This key request type species that the keys will be for online use, they will not be saved to the device for subsequent use when the device is not connected to a network. |
const | PropertyAlgorithms | string. String property name: a comma-separated list of cipher and mac algorithms supported by CryptoSession. |
const | PropertyDescription | string. String property name: describes the DRM engine plugin |
const | PropertyDeviceUniqueId | string. Byte array property name: the device unique identifier is established during device provisioning and provides a means of uniquely identifying each device. |
const | PropertyVendor | string. String property name: identifies the maker of the DRM engine plugin |
const | PropertyVersion | string. String property name: identifies the version of the DRM engine plugin |