Поделиться через


MediaDrm.ErrorCodes.ErrorNoKey Поле

Определение

Внимание!

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

Запрошенный ключ не найден при попытке выполнить операцию расшифровки.

[Android.Runtime.Register("ERROR_NO_KEY", 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 ErrorNoKey = 1;
[<Android.Runtime.Register("ERROR_NO_KEY", 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 ErrorNoKey : Android.Media.DrmErrorCode

Значение поля

Value = 1
Атрибуты

Комментарии

Запрошенный ключ не найден при попытке выполнить операцию расшифровки.

Операцию можно выполнить после добавления правильного ключа расшифровки.

Документация по Java для android.media.MediaDrm.ErrorCodes.ERROR_NO_KEY.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к