Language

MediaCodecInfo.SecurityModel Property

Definition

Query the security model of the codec.

public Android.Media.MediaCodecSecurityModel SecurityModel { [Android.Runtime.Register("getSecurityModel", "()I", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getSecurityModel", "()I", "", ApiSince=36)>]
member this.SecurityModel : Android.Media.MediaCodecSecurityModel

Property Value

Value is one of the following: SECURITY_MODEL_SANDBOXED SECURITY_MODEL_MEMORY_SAFE

Attributes

Remarks

Query the security model of the codec.

Java documentation for android.media.MediaCodecInfo.getSecurityModel().

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.

Applies to