MediaDrm.SecurityLevelHwSecureAll フィールド

定義

注意事項

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_ALL", 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 SecurityLevelHwSecureAll = 5;
[<Android.Runtime.Register("SECURITY_LEVEL_HW_SECURE_ALL", 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 SecurityLevelHwSecureAll : Android.Media.SecurityLevel

フィールド値

Value = 5
属性

注釈

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

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

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

適用対象