MediaCodecInfo.SecurityModelMemorySafe Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Media.MediaCodecSecurityModel enum directly instead of this field.
In this model the codec is not running in a sandboxed process, but written in a memory-safe way.
[Android.Runtime.Register("SECURITY_MODEL_MEMORY_SAFE", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecSecurityModel enum directly instead of this field.", true)]
public const Android.Media.MediaCodecSecurityModel SecurityModelMemorySafe = 1;
[<Android.Runtime.Register("SECURITY_MODEL_MEMORY_SAFE", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecSecurityModel enum directly instead of this field.", true)>]
val mutable SecurityModelMemorySafe : Android.Media.MediaCodecSecurityModel
Field Value
Value = 1- Attributes
Remarks
In this model the codec is not running in a sandboxed process, but written in a memory-safe way. It typically means that the software implementation of the codec is written in a memory-safe language such as Rust.
Java documentation for android.media.MediaCodecInfo.SECURITY_MODEL_MEMORY_SAFE
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.