Compartilhar via


MediaDrm.SecurityLevelHwSecureDecode Campo

Definição

Cuidado

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

O gerenciamento de chaves DRM, as operações de criptografia e a decodificação de conteúdo são realizados em um ambiente de execução confiável com suporte de hardware.

[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

Valor do campo

Value = 4
Atributos

Comentários

O gerenciamento de chaves DRM, as operações de criptografia e a decodificação de conteúdo são realizados em um ambiente de execução confiável com suporte de hardware.

Documentação Java para android.media.MediaDrm.SECURITY_LEVEL_HW_SECURE_DECODE.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a