次の方法で共有


MediaDrm.SecurityLevelHwSecureDecode フィールド

定義

注意事項

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

DRM キーの管理、暗号化操作、およびコンテンツのデコードは、ハードウェアによってサポートされる信頼された実行環境内で実行されます。

[Android.Runtime.Register("SECURITY_LEVEL_HW_SECURE_DECODE", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.SecurityLevel enum directly instead of this field.", true)]
public const Android.Media.SecurityLevel SecurityLevelHwSecureDecode = 4;
[<Android.Runtime.Register("SECURITY_LEVEL_HW_SECURE_DECODE", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.SecurityLevel enum directly instead of this field.", true)>]
val mutable SecurityLevelHwSecureDecode : Android.Media.SecurityLevel

フィールド値

Value = 4
属性

注釈

DRM キーの管理、暗号化操作、およびコンテンツのデコードは、ハードウェアによってサポートされる信頼された実行環境内で実行されます。

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

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

適用対象