次の方法で共有


DrmInfoEvent.TypeWaitForRights Field

Definition

The rights object is being delivered to the device.

[Android.Runtime.Register("TYPE_WAIT_FOR_RIGHTS")]
public const Android.Drm.DrmInfoEventType TypeWaitForRights = 4;
[<Android.Runtime.Register("TYPE_WAIT_FOR_RIGHTS")>]
val mutable TypeWaitForRights : Android.Drm.DrmInfoEventType

Field Value

Value = 4
Attributes

Remarks

The rights object is being delivered to the device. You must wait before calling DrmManagerClient#acquireRights acquireRights() again.

Java documentation for android.drm.DrmInfoEvent.TYPE_WAIT_FOR_RIGHTS.

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