MediaCodecInfo.CodecProfileLevel.AVCProfileHigh Campo

Definición

Precaución

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

Perfil alto de AVC.

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

Valor de campo

Value = 8
Atributos

Comentarios

Perfil alto de AVC. Véase la definición en la recomendación H.264, anexo A.

Documentación de Java para android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileHigh.

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

Se aplica a