MediaDrm.KeyTypeStreaming 字段

定义

注意

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

此密钥请求类型物种,密钥将用于联机使用,在设备未连接到网络时,它们不会保存到设备以供后续使用。

[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.", true)]
public const Android.Media.MediaDrmKeyType KeyTypeStreaming = 1;
[<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.", true)>]
val mutable KeyTypeStreaming : Android.Media.MediaDrmKeyType

字段值

Value = 1
属性

注解

此密钥请求类型物种,密钥将用于联机使用,在设备未连接到网络时,它们不会保存到设备以供后续使用。

适用于 . 的 android.media.MediaDrm.KEY_TYPE_STREAMINGJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于