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


MediaDrm.ErrorCodes.ErrorResourceBusy Поле

Определение

Внимание!

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

Требуемый ресурс шифрования не удалось выделить при попытке запрошенной операции.

[Android.Runtime.Register("ERROR_RESOURCE_BUSY", 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 ErrorResourceBusy = 3;
[<Android.Runtime.Register("ERROR_RESOURCE_BUSY", 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 ErrorResourceBusy : Android.Media.DrmErrorCode

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

Value = 3
Атрибуты

Комментарии

Требуемый ресурс шифрования не удалось выделить при попытке запрошенной операции.

Операцию можно получить, если приложение может освободить ресурсы.

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

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

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