MediaDrm.ErrorCodes.ErrorSecureStopRelease フィールド

定義

注意事項

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

保存されているライセンスのフィールドが空であるか、形式が正しくないため、セキュリティで保護された停止要求を生成できませんでした。

[Android.Runtime.Register("ERROR_SECURE_STOP_RELEASE", 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 ErrorSecureStopRelease = 30;
[<Android.Runtime.Register("ERROR_SECURE_STOP_RELEASE", 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 ErrorSecureStopRelease : Android.Media.DrmErrorCode

フィールド値

Value = 30
属性

注釈

保存されているライセンスのフィールドが空であるか、形式が正しくないため、セキュリティで保護された停止要求を生成できませんでした。

セキュリティで保護された停止をサーバーで解放することはできませんが、アプリでは を使用して MediaDrm#removeSecureStop明示的に削除できます。

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

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

適用対象