Compartilhar via


MediaCodecInfo.CodecProfileLevel.AVCProfileExtended Campo

Definição

Cuidado

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

Perfil estendido do AVC.

[Android.Runtime.Register("AVCProfileExtended")]
[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 AVCProfileExtended = 4;
[<Android.Runtime.Register("AVCProfileExtended")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecProfileType enum directly instead of this field.", true)>]
val mutable AVCProfileExtended : Android.Media.MediaCodecProfileType

Valor do campo

Value = 4
Atributos

Comentários

Perfil estendido do AVC. Ver definição na recomendação H.264, anexo A.

Documentação Java para android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileExtended.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a