Freigeben über


MediaCodec.MetricsConstants.Mode Field

Definition

Key to extract what the codec mode from the MediaCodec#getMetrics return value.

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

Field Value

Attributes

Remarks

Key to extract what the codec mode from the MediaCodec#getMetrics return value. The value is a String. Values will be one of the constants #MODE_AUDIO or #MODE_VIDEO.

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

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