MediaDrm.KeyTypeOffline Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.MediaDrmKeyType enum directly instead of this field.

This key request type specifies that the keys will be for offline use, they will be saved to the device for use when the device is not connected to a network.

[Android.Runtime.Register("KEY_TYPE_OFFLINE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmKeyType enum directly instead of this field.", true)]
public const Android.Media.MediaDrmKeyType KeyTypeOffline = 2;
[<Android.Runtime.Register("KEY_TYPE_OFFLINE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmKeyType enum directly instead of this field.", true)>]
val mutable KeyTypeOffline : Android.Media.MediaDrmKeyType

Field Value

Value = 2
Attributes

Remarks

This key request type specifies that the keys will be for offline use, they will be saved to the device for use when the device is not connected to a network.

Java documentation for android.media.MediaDrm.KEY_TYPE_OFFLINE.

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