Share via


MediaFormat.VideoEncodingStatisticsLevelNone Campo

Definición

Precaución

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

Nivel de estadísticas de codificación Ninguno.

[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

Valor de campo

Value = 0
Atributos

Comentarios

Nivel de estadísticas de codificación Ninguno. El codificador no genera información sobre las estadísticas de codificación.

Documentación de Java para android.media.MediaFormat.VIDEO_ENCODING_STATISTICS_LEVEL_NONE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código y se usan según los términos descritos en la creative Commons 2.5.

Se aplica a