次の方法で共有


DrmErrorEvent.TypeAcquireDrmInfoFailed Field

Definition

Failed to acquire DrmInfo.

[Android.Runtime.Register("TYPE_ACQUIRE_DRM_INFO_FAILED")]
public const Android.Drm.DrmErrorEventType TypeAcquireDrmInfoFailed = 2008;
[<Android.Runtime.Register("TYPE_ACQUIRE_DRM_INFO_FAILED")>]
val mutable TypeAcquireDrmInfoFailed : Android.Drm.DrmErrorEventType

Field Value

Value = 2008
Attributes

Remarks

Failed to acquire DrmInfo. This error event is sent when an DrmManagerClient#acquireDrmInfo acquireDrmInfo() call fails.

Java documentation for android.drm.DrmErrorEvent.TYPE_ACQUIRE_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