Android.Media.MediaDrm.KeyTypeStreaming Field
This key request type species that the keys will be for online use, they will not be saved to the device for subsequent use when the device is not connected to a network.

Value: 1

Syntax

[Android.Runtime.Register("KEY_TYPE_STREAMING")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmKeyType enum directly instead of this field.")]
public const MediaDrmKeyType KeyTypeStreaming

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18