Compartir a través de


DrmErrorEvent.TypeOutOfMemory Field

Definition

Memory allocation failed during renewal.

[Android.Runtime.Register("TYPE_OUT_OF_MEMORY")]
public const Android.Drm.DrmErrorEventType TypeOutOfMemory = 2004;
[<Android.Runtime.Register("TYPE_OUT_OF_MEMORY")>]
val mutable TypeOutOfMemory : Android.Drm.DrmErrorEventType

Field Value

Value = 2004
Attributes

Remarks

Memory allocation failed during renewal. Can in the future perhaps be used to trigger garbage collector.

Java documentation for android.drm.DrmErrorEvent.TYPE_OUT_OF_MEMORY.

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