次の方法で共有


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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象