MediaDrm.ErrorCodes.ErrorUnsupportedOperation フィールド

定義

注意事項

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

現在の構成のデバイスの暗号化システムでサポートできない操作が試行されました。

[Android.Runtime.Register("ERROR_UNSUPPORTED_OPERATION", 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 ErrorUnsupportedOperation = 6;
[<Android.Runtime.Register("ERROR_UNSUPPORTED_OPERATION", 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 ErrorUnsupportedOperation : Android.Media.DrmErrorCode

フィールド値

Value = 6
属性

注釈

現在の構成のデバイスの暗号化システムでサポートできない操作が試行されました。

これは、ライセンス ポリシーでデバイスでサポートされていないデバイス セキュリティ機能が必要な場合、または指定されたセキュリティ ポリシーが満たされない暗号化システムの内部エラーが原因で発生する可能性があります。

Javaドキュメント。

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

適用対象