Compartilhar via


MediaCodecInfo.CodecProfileLevel.AVCProfileMain Campo

Definição

Cuidado

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

AVC Perfil principal.

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

Valor do campo

Value = 2
Atributos

Comentários

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

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

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