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 ドキュメント android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_CERTIFICATE

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

適用対象