DrmManagerClient.ProcessDrmInfo(DrmInfo) Method

Definition

Processes the given DRM information based on the information type.

[Android.Runtime.Register("processDrmInfo", "(Landroid/drm/DrmInfo;)I", "GetProcessDrmInfo_Landroid_drm_DrmInfo_Handler")]
public virtual Android.Drm.DrmManagerClientErrorCode ProcessDrmInfo (Android.Drm.DrmInfo? drmInfo);
[<Android.Runtime.Register("processDrmInfo", "(Landroid/drm/DrmInfo;)I", "GetProcessDrmInfo_Landroid_drm_DrmInfo_Handler")>]
abstract member ProcessDrmInfo : Android.Drm.DrmInfo -> Android.Drm.DrmManagerClientErrorCode
override this.ProcessDrmInfo : Android.Drm.DrmInfo -> Android.Drm.DrmManagerClientErrorCode

Parameters

drmInfo
DrmInfo

The DrmInfo to be processed.

Returns

ERROR_NONE for success; ERROR_UNKNOWN for failure.

Attributes

Remarks

Processes the given DRM information based on the information type.

Java documentation for android.drm.DrmManagerClient.processDrmInfo(android.drm.DrmInfo).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to