MediaFormat.FlagSecurityModelMemorySafe Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This constant will be removed in the future version. Use Android.Media.MediaFormatSecurityModel enum directly instead of this field.
Kennzeichnung für MediaCodecInfo#SECURITY_MODEL_MEMORY_SAFE.
[Android.Runtime.Register("FLAG_SECURITY_MODEL_MEMORY_SAFE", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaFormatSecurityModel enum directly instead of this field.", true)]
public const Android.Media.MediaFormatSecurityModel FlagSecurityModelMemorySafe = 2;
[<Android.Runtime.Register("FLAG_SECURITY_MODEL_MEMORY_SAFE", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaFormatSecurityModel enum directly instead of this field.", true)>]
val mutable FlagSecurityModelMemorySafe : Android.Media.MediaFormatSecurityModel
Feldwert
Value = 2- Attribute
Hinweise
Kennzeichnung für MediaCodecInfo#SECURITY_MODEL_MEMORY_SAFE.
Java Dokumentation für android.media.MediaFormat.FLAG_SECURITY_MODEL_MEMORY_SAFE.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.