MediaDrm.ErrorCodes.ErrorProvisioningParse 字段

定义

注意

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

预配响应为空,字段缺失或无法分析。

[Android.Runtime.Register("ERROR_PROVISIONING_PARSE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.", true)]
public const Android.Media.DrmErrorCode ErrorProvisioningParse = 26;
[<Android.Runtime.Register("ERROR_PROVISIONING_PARSE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.", true)>]
val mutable ErrorProvisioningParse : Android.Media.DrmErrorCode

字段值

Value = 26
属性

注解

预配响应为空,字段缺失或无法分析。

检查是否存在空缓冲区或被覆盖缓冲区等错误。 否则,请与插件供应商检查 MediaDrm 预期的预配响应格式。

适用于 . 的 android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_PARSEJava 文档

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

适用于