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

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

適用対象