次の方法で共有


DrmErrorEvent.TypeProcessDrmInfoFailed Field

Definition

Failed to process DrmInfo.

[Android.Runtime.Register("TYPE_PROCESS_DRM_INFO_FAILED")]
public const Android.Drm.DrmErrorEventType TypeProcessDrmInfoFailed = 2006;
[<Android.Runtime.Register("TYPE_PROCESS_DRM_INFO_FAILED")>]
val mutable TypeProcessDrmInfoFailed : Android.Drm.DrmErrorEventType

Field Value

Value = 2006
Attributes

Remarks

Failed to process DrmInfo. This error event is sent when a DrmManagerClient#processDrmInfo processDrmInfo() call fails.

Java documentation for android.drm.DrmErrorEvent.TYPE_PROCESS_DRM_INFO_FAILED.

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