MediaCodecInfo.CodecProfileLevel.AV1ProfileMain10 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 principal de AV1 4:2:0 de 10 bits

        See definition in
        <a href="https://aomedia.org/av1-bitstream-and-decoding-process-specification/">AV1 Specification</a>
        Annex A.
[Android.Runtime.Register("AV1ProfileMain10", ApiSince=29)]
[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 AV1ProfileMain10 = 2;
[<Android.Runtime.Register("AV1ProfileMain10", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecProfileType enum directly instead of this field.", true)>]
val mutable AV1ProfileMain10 : Android.Media.MediaCodecProfileType

Valor de campo

Value = 2
Atributos

Comentarios

Perfil principal de AV1 4:2:0 de 10 bits

Consulte la definición en el Anexo A de la especificación AV1 .

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

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