Sprache

MediaFormat.VideoEncodingStatisticsLevelNone Feld

Definition

Achtung

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

Codierungsstatistikstufe Keine.

[Android.Runtime.Register("VIDEO_ENCODING_STATISTICS_LEVEL_NONE", 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 VideoEncodingStatisticsLevelNone = 0;
[<Android.Runtime.Register("VIDEO_ENCODING_STATISTICS_LEVEL_NONE", 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 VideoEncodingStatisticsLevelNone : Android.Media.VideoEncodingStatisticsLevel

Feldwert

Value = 0
Attribute

Hinweise

Codierungsstatistikstufe Keine. Encoder generiert keine Informationen zu Codierungsstatistiken.

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

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: