MediaDrm.ErrorCodes.ErrorProvisioningCertificate フィールド

定義

注意事項

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

プロビジョニングされた証明書の読み込み中にエラーが発生しました。

[Android.Runtime.Register("ERROR_PROVISIONING_CERTIFICATE", 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 ErrorProvisioningCertificate = 24;
[<Android.Runtime.Register("ERROR_PROVISIONING_CERTIFICATE", 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 ErrorProvisioningCertificate : Android.Media.DrmErrorCode

フィールド値

Value = 24
属性

注釈

プロビジョニングされた証明書の読み込み中にエラーが発生しました。

再プロビジョニングによって問題が解決される場合があります。再プロビジョニングの手順については、 MediaDrm プラグイン ベンダーに問い合わせてください。 そうしないと、別のセキュリティ レベルを使用して問題が解決する可能性があります。

Javaドキュメント。

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

適用対象