MediaDrm.ErrorCodes.ErrorKeyExpired フィールド

定義

注意事項

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

暗号化解除に使用されるキーは、ライセンス期間の有効期限が切れているため、無効になっています。

[Android.Runtime.Register("ERROR_KEY_EXPIRED", 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 ErrorKeyExpired = 2;
[<Android.Runtime.Register("ERROR_KEY_EXPIRED", 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 ErrorKeyExpired : Android.Media.DrmErrorCode

フィールド値

Value = 2
属性

注釈

暗号化解除に使用されるキーは、ライセンス期間の有効期限が切れているため、無効になっています。

この操作は、期限切れのキーを更新した後に再試行できます。

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

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

適用対象