Sprache

MediaFormat.VideoEncodingStatisticsLevel1 Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Media.VideoEncodingStatisticsLevel enum directly instead of this field.

Codierungsstatistikstufe 1.

[Android.Runtime.Register("VIDEO_ENCODING_STATISTICS_LEVEL_1", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.VideoEncodingStatisticsLevel enum directly instead of this field.", true)]
public const Android.Media.VideoEncodingStatisticsLevel VideoEncodingStatisticsLevel1 = 1;
[<Android.Runtime.Register("VIDEO_ENCODING_STATISTICS_LEVEL_1", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.VideoEncodingStatisticsLevel enum directly instead of this field.", true)>]
val mutable VideoEncodingStatisticsLevel1 : Android.Media.VideoEncodingStatisticsLevel

Feldwert

Value = 1
Attribute

Hinweise

Codierungsstatistikstufe 1. Encoder generiert MediaFormat#KEY_PICTURE_TYPE und MediaFormat#KEY_VIDEO_QP_AVERAGE für jeden Frame.

Java Dokumentation für android.media.MediaFormat.VIDEO_ENCODING_STATISTICS_LEVEL_1.

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.

Gilt für: