다음을 통해 공유


MediaCodec.MetricsConstants.Secure Field

Definition

Key to extract the flag indicating whether the codec is running in secure (DRM) mode from the MediaCodec#getMetrics return value.

[Android.Runtime.Register("SECURE", ApiSince=26)]
public const string Secure;
[<Android.Runtime.Register("SECURE", ApiSince=26)>]
val mutable Secure : string

Field Value

Attributes

Remarks

Key to extract the flag indicating whether the codec is running in secure (DRM) mode from the MediaCodec#getMetrics return value. The value is an integer.

Java documentation for android.media.MediaCodec.MetricsConstants.SECURE.

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