MediaDrm.ErrorCodes.ErrorProvisioningConfig フィールド

定義

注意事項

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

プロビジョニングが試行される前に、必要な手順が実行されませんでした。

[Android.Runtime.Register("ERROR_PROVISIONING_CONFIG", 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 ErrorProvisioningConfig = 25;
[<Android.Runtime.Register("ERROR_PROVISIONING_CONFIG", 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 ErrorProvisioningConfig : Android.Media.DrmErrorCode

フィールド値

Value = 25
属性

注釈

プロビジョニングが試行される前に、必要な手順が実行されませんでした。

このエラーが MediaDrm 発生する可能性がある状況については、プラグイン ベンダーに問い合わせてください。

の Java ドキュメント android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_CONFIG

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

適用対象