MediaDrm.ErrorCodes.ErrorCertificateMissing フィールド

定義

注意事項

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

証明書が設定されていません。

[Android.Runtime.Register("ERROR_CERTIFICATE_MISSING", 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 ErrorCertificateMissing = 11;
[<Android.Runtime.Register("ERROR_CERTIFICATE_MISSING", 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 ErrorCertificateMissing : Android.Media.DrmErrorCode

フィールド値

Value = 11
属性

注釈

証明書が設定されていません。

証明書がアプリによって提供されていることを確認します。 証明書を MediaDrm 提供 MediaDrm するために必要なメソッドについては、プラグイン ベンダーに確認してください。

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

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

適用対象