MediaDrm.ErrorCodes.ErrorResourceContention フィールド

定義

注意事項

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

これは、MediaDrm セッションを使用するアプリが、使用可能な暗号化リソースの容量を一時的に超っていることを示します。

[Android.Runtime.Register("ERROR_RESOURCE_CONTENTION", 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 ErrorResourceContention = 29;
[<Android.Runtime.Register("ERROR_RESOURCE_CONTENTION", 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 ErrorResourceContention : Android.Media.DrmErrorCode

フィールド値

Value = 29
属性

注釈

これは、MediaDrm セッションを使用するアプリが、使用可能な暗号化リソースの容量を一時的に超っていることを示します。

アプリは後で操作を再試行する必要があります。

android.media.MediaDrm.ErrorCodes.ERROR_RESOURCE_CONTENTIONJava ドキュメント。

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

適用対象