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

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象